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-02-21 14:29:40 +01:00
actionmailer
actionpack Store compiled parameter filters so we don't have to compile them in each request. 2010-02-21 14:29:40 +01:00
activemodel Add validators reflection so you can do 'Person.validators' and 'Person.validators_on(:name)'. 2010-02-21 12:37:46 +01:00
activerecord Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not. 2010-02-21 11:12:14 +01:00
activeresource
activesupport
ci
doc/template
railties Also check if application is a valid constant in rake rails:update. 2010-02-21 13:44:08 +01:00
tools
.gitignore
bundler.rb
Gemfile
pushgems.rb
rails.gemspec
rails3b.gemspec
Rakefile Make install appear on rake -T. 2010-02-21 14:18:40 +01:00
release.rb