Go to file
2010-03-28 11:01:15 +04:30
actionmailer Ensure details are frozen after @details_keys lookup. The implementation waits to freeze until the last required moment, to avoid duping hashes. 2010-03-27 20:52:11 +01:00
actionpack Ensure details are frozen after @details_keys lookup. The implementation waits to freeze until the last required moment, to avoid duping hashes. 2010-03-27 20:52:11 +01:00
activemodel Use Array.wrap uniformly 2010-03-27 11:50:11 -07:00
activerecord When creating database with rake, create schemas in schema_search_path if it doesn't exist. 2010-03-28 11:01:15 +04:30
activeresource Makes ActiveResource work with form_for: - Adds a build' method that can be used instead of new' to load a new, unsaved resource from the remote site, filled with the correct default values. - Adds a persisted?' method that simply returns the opposite value than the new?' method. [#4222 state:resolved] [#4155 state:resolved] 2010-03-27 01:40:46 -07:00
activesupport Time zone tests were right all along. 2010-03-28 05:38:32 +02:00
ci While isolated tests are useful, they take far too long to run for us to be getting useful information from CI. Perhaps another box that runs the isolated tests every 3 hours (instead of per commit) 2010-03-18 11:37:04 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Fixes typo in environments/production.rb template. 2010-03-27 19:02:05 -07:00
tools Rename tools/profile_requires -> tools/profile since we do both require and ruby-prof profiling. 2009-05-27 01:11:33 -05:00
.gitignore Remove bin dir from .gitignore 2010-02-26 08:09:09 -08:00
Gemfile Actually, bring Arel back to Gemfile and use git repo since it helps development. 2010-03-25 23:31:42 +01: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
rails3b.gemspec Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. 2010-02-25 16:55:42 -08:00
RAILS_VERSION Read Rails version from a file instead of modifying the load path and doing requires 2010-03-04 21:25:52 -08:00
rails.gemspec Rails requires Rubygems 1.3.6 2010-03-09 23:44:12 -08:00
Rakefile Do not need to load ActionPack::VERSION 2010-03-27 12:38:55 +01:00
version.rb Add rake update_versions task at root for quickly updating all components 2010-03-02 00:32:41 -05:00