NewsImproved Plugin Support in Rails 3

Improved Plugin Support in Rails 3

Plugin support in Rails 3 is getting a major overhaul.

Developers for the popular open source Ruby framework are making big changes to the way plugin authors build and install their software.

To better deal with dependencies, Rails plugin developers should make their plugin a gem and have the user install it with a Gemfile.

“This will ensure that Bundler properly calculates the dependencies alongside any other dependencies the user’s app has,” blogged wycats over at the Riding the Rails blog.

Also, to override ActionController, ActiveRecord or other Rails frameworks, require them first, then override.

This gives you the opportunity to hook in earlier to the initialization process, but it also means that you should explicitly require the dependencies you need,” according to wycats post.

Rails 3 is a major release for the Ruby on Rails team.

Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends & analysis
This email address is invalid.
Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends & analysis
This email address is invalid.

Latest Posts

Related Stories