Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-engines

How to use Middleware from an Engine in an Engine

Extending controllers of a Rails 3 Engine in the main app

Rails mountable engine: how should apps set configuration variables?

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?