Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-engines

How to render a Rails engine's views inside the host app

Add asset path in rails mountable engine?

Add new migrations from Rails engine gem to app via generator

Rails Engines: When to put code in app, when in lib, and when in vendor folder?

Rails mountable engine with isolate_namespace but without prefixed namespace on tables

Engine routes in Application Controller

Rails engine / How to use seed?

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?