Ruby on Rails
Go to file
Jeremy Kemper d692e6be30 Restore HWIA#stringify_keys! and update changelog 2010-04-22 10:00:23 -07:00
actionmailer Add missing require 2010-04-16 18:44:54 -03:00
actionpack HWIA symbolize_keys now returns a hash so no need to do this anymore 2010-04-22 09:07:53 -07:00
activemodel Speed up xml serializer by computing values just once and remove unecessary code duplication. 2010-04-22 12:29:08 +02:00
activerecord Restore HWIA#stringify_keys! and update changelog 2010-04-22 10:00:23 -07:00
activeresource Make this test pass on > 1.9 2010-04-19 11:44:11 -03:00
activesupport Restore HWIA#stringify_keys! and update changelog 2010-04-22 10:00:23 -07: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
railties Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
tools
.gitignore
Gemfile Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
RAILS_VERSION
Rakefile
load_paths.rb
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
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