Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-engines

Rails / Error Bundler::HTTPError during request to dependency API

Can I run a Rails engine's specs from a real app which mounts it?

Missing devise routes helpers inside of rails engine views

What path is a mountable engine mounted on

Overriding named routes provided by Rails 3 Engines

Rails 4 Mountable Engine, couldn't find file 'jquery'

Rails Engine With Isolated Namespace Sharing a Layout

How to auto-reload changes in a Rails Engine?

Ruby on Rails 3.1 Blog Engines

Can a Rails 3 engine access models from it's parent application?

rails 3 blog engine/gem that works on heroku, what to use?

How do I make gemspec dependencies autoload in a Rails 3 app, using a Gemfile

Rails Engine + Mongoid: No configuration could be found for a session named 'default'

rails-engines mongoid3

Rails Engines: Helpers only are reloaded when restarting the server

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