Ruby on Rails
Go to file
José Valim 8b50f89ba7 Make ERB generators more flexible and customizable. 2010-03-21 19:30:42 +01:00
actionmailer Improve performance of the rendering stack by freezing formats as a sign that they shouldn't be further modified. 2010-03-19 17:20:20 +01:00
actionpack response_body is an Array in 1.9, so an Array was being pushed onto the cache 2010-03-19 18:56:06 -07:00
activemodel cleaning up a bunch of method already defined warnings [#4209 state:resolved] 2010-03-17 13:56:33 -07:00
activerecord switching migrations to use require cleans up many warnings [#4234 state:resolved] 2010-03-19 09:56:22 -07:00
activeresource added require abstract_unit on setter_trap.rb 2010-03-18 11:32:51 -07:00
activesupport Singleton classes returns parent's methods with instance_methods(false) and this makes remove_method in Module#delegate fail. Add a test case and fix the bug. 2010-03-19 12:01:48 +01: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
railties Make ERB generators more flexible and customizable. 2010-03-21 19:30:42 +01:00
tools
.gitignore
Gemfile Float arel on latest rails/arel 2010-03-10 16:10:45 -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 Require AP::VERSION in order to install gems. 2010-03-10 14:32:02 +01:00
load_paths.rb
rails.gemspec Rails requires Rubygems 1.3.6 2010-03-09 23:44:12 -08:00
rails3b.gemspec
version.rb