Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-engines

Rails engines extending functionality

Routes in Engine mounted on subdomain do not inherit the constraints

No Route Matches ... Rails Engine

Using the correct url_for method in a Rails engine spec

Rails 3.1 Engines: Difference of my_engine.gemspec, add_dependency, add_development_dependency, and Gemfile

Rails 3.2 Engine Layouts

Override a Rails Engine controller action

How to test Rails 3 Engines with Cucumber & Rspec?

Rails 3.1: Better way to expose an engine's helper within the client app

Differences between railties and engines in Ruby On Rails 3

Difference between add_dependency and add_runtime_dependency?

Render engine within application layout

How to add dependency of a local gem to a rails plugin/engine, in .gemspec file

Testing Rails 3.1 mountable engine with Rspec

Migrations in Rails Engine?

Named routes in mounted rails engine

Rails Engine - Gems dependencies, how to load them into the application?

Ruby on Rails 3 - Reload lib directory for each request

Rails 3.1: Engine vs. Mountable App