1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
2010-03-09 11:06:54 -08:00
actionmailer Merge master. 2010-03-08 21:06:26 +01:00
actionpack Reinstate dom_id in controllers. 2010-03-09 10:49:36 -08:00
activemodel Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
activerecord Fix associations to call :destroy or :delete based on the right :dependent option 2010-03-09 00:11:34 +01:00
activeresource Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
activesupport Disprefer JSONGem decoder since it only decodes JSON objects 2010-03-09 11:06:54 -08:00
ci Update CI to the latest bundler 2010-03-04 11:24:38 -08:00
doc/template
railties Move middlewares to the Application level. If you want to modify the middleware, either use Rails.application.config.middleware or modify it in an initializer (if you need to set it relative to user-specified middleware). 2010-03-08 11:40:51 -08:00
tools
.gitignore Remove bin dir from .gitignore 2010-02-26 08:09:09 -08:00
Gemfile Bump pg dep to 0.9.0+ 2010-03-01 16:20:10 -08:00
load_paths.rb Define Bundler constant stub if bundler gem is not installed 2010-02-28 18:34:57 -06:00
rails.gemspec Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08: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
Rakefile Read Rails version from a file instead of modifying the load path and doing requires 2010-03-04 21:25:52 -08:00
version.rb Add rake update_versions task at root for quickly updating all components 2010-03-02 00:32:41 -05:00