Go to file
wycats ed34652d1a Removing Metal from Rails 3.
If you have existing Metals, you have a few options:
* if your metal behaves like a middleware, add it to the
  middleware stack via config.middleware.use. You can use
  methods on the middleware stack to control exactly where
  it should go
* if it behaves like a Rack endpoint, you can link to it
  in the router. This will result in more optimal routing
  time, and allows you to remove code in your endpoint
  that matches specific URLs in favor of the more powerful
  handling in the router itself.

For the future, you can use ActionController::Metal to get
a very fast controller with the ability to opt-in to specific
controller features without paying the penalty of the full
controller stack.

Since Rails 3 is closer to Rack, the Metal abstraction is
no longer needed.
2010-06-03 23:32:10 +10:00
actionmailer Missing changelog heading 2010-05-23 09:46:31 -07:00
actionpack Removing Metal from Rails 3. 2010-06-03 23:32:10 +10:00
activemodel Fix xml serialization test [#4650 state:resolved] 2010-05-19 13:02:13 +02:00
activerecord fix reset_counters to work even with complex class names 2010-06-03 23:32:10 +10:00
activeresource Adding to_key to ActiveResource objects using ActiveModel::Conversion [#4685 state:resolved] 2010-06-03 23:32:09 +10:00
activesupport Use I18n 0.4.0 2010-06-03 23:32:09 +10:00
bin Bring back bin/rails to life on edge 2010-04-13 14:23:38 -07:00
ci Replace deprecated RAILS_ROOT to Rails.env [#4373 state:resolved] 2010-04-12 21:13:19 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Removing Metal from Rails 3. 2010-06-03 23:32:10 +10:00
tools Ensure require and load are private - h/t apeiros 2010-04-24 10:38:41 -07:00
.gitignore Ignore generated railties RDocs [#4289 state:resolved] 2010-03-28 22:45:29 -07:00
Gemfile More accurate JRuby gem requirements 2010-05-20 15:18:57 +02:00
load_paths.rb Bust gem prelude to ensure bundler's in the load path. Not sure what's broken here. 2010-03-27 12:06:27 -07:00
RAILS_VERSION Bump the version 2010-04-04 21:05:54 -07:00
rails.gemspec moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved] 2010-04-12 19:56:38 -07:00
Rakefile get railties/README back to the home page of the API 2010-05-25 17:26:01 +02:00
release.rb Simple release script 2010-04-13 12:26:15 -07:00
version.rb Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. 2010-04-10 12:17:34 +02:00