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
Carlhuda c61ed70b00 Some more tweaks on <% %>.
* The cache helper is now semantically "mark this region for caching"
  * As a result, <% x = cache do %> no longer works
2010-03-16 11:43:04 -07:00
actionmailer Finish cleaning up rendering stack from views and move assigns evaluation to controller (so plugins and/or controllers can overwrite just one method). 2010-03-12 20:39:53 +01:00
actionpack Some more tweaks on <% %>. 2010-03-16 11:43:04 -07:00
activemodel Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
activerecord removing dead code from activerecord tests. [#4187 state:resolved] 2010-03-15 18:36:08 -07:00
activeresource Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
activesupport Improve performance of multibyte utils. 2010-03-16 10:04:20 -07:00
ci CI: sudo rm to sledgehammer bad perms 2010-03-15 11:01:16 -07:00
doc/template Horo rdoc template 2008-06-22 10:38:25 -07:00
railties Change functional tests to make use of a setup block. 2010-03-16 16:53:54 +01: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 Float arel on latest rails/arel 2010-03-10 16:10:45 -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 Rails requires Rubygems 1.3.6 2010-03-09 23:44:12 -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 Require AP::VERSION in order to install gems. 2010-03-10 14:32:02 +01:00
version.rb Add rake update_versions task at root for quickly updating all components 2010-03-02 00:32:41 -05:00