Go to file
David Heinemeier Hansson 6042067c0b Changed the default ActiveSupport.use_standard_json_time_format from false to true and
ActiveSupport.escape_html_entities_in_json from true to false to match previously announced Rails 3 defaults [DHH]
2010-01-03 19:20:43 -08:00
actionmailer Expose a _render_partial hook as thhe _render_template one and make use of it. 2009-12-31 18:40:20 -08:00
actionpack Added that ActionController::Base now does helper :all instead of relying on the default ApplicationController in Rails to do it [DHH] 2010-01-03 21:32:02 -05:00
activemodel Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH] 2010-01-03 22:02:10 -05:00
activerecord Remove the test which was testing a non-existing method, always failing on 1.9 and never even running on 1.8 2010-01-02 16:12:01 +05:30
activeresource Some railties cleanup: 2009-12-31 13:12:52 -08:00
activesupport Changed the default ActiveSupport.use_standard_json_time_format from false to true and 2010-01-03 19:20:43 -08:00
arel@0faeb50474 Temporarily add submodules to the Rails repo for Arel and Rack::Mount. These submodules will be removed once we add proper Gemfile following to bundler 2009-11-16 12:30:06 -08:00
ci Update CI bundler 2009-12-21 17:27:30 -06:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
rack@c6805fb93d Update rack submodule 2009-12-27 16:20:27 -08:00
railties Changed the default ActiveSupport.use_standard_json_time_format from false to true and 2010-01-03 19:20:43 -08: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 Ignore all pkg files 2009-12-02 11:35:48 -08:00
.gitmodules Break up rails and railties: 2009-12-02 11:35:47 -08:00
Gemfile Put MySQL and Postgres in an :only block so you can gem bundle --only default to leave out MySQL and Postgres 2009-12-31 18:49:27 -08:00
pushgems.rb No more svn version numbers to rely on, use timestamps instead 2008-05-11 18:21:47 -05:00
rails.gemspec Break up rails and railties: 2009-12-02 11:35:47 -08:00
Rakefile rake smoke: toplevel task to quickly smoke-test all projects 2009-12-28 12:29:03 -08:00
release.rb Use copy instead of export for release 2008-09-05 14:22:56 +02:00