Ruby on Rails
Go to file
Neeraj Singh 01629d1804 This patch changes update_attribute implementatino so:
- it will only save the attribute it has been asked to save and not all dirty attributes

- it does not invoke callbacks

- it does change updated_at/on

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-08 22:43:18 +02:00
actionmailer Avoids deprecation warning running tests 2010-07-04 13:52:48 -07:00
actionpack Fix setting helpers_path to a string or pathname 2010-07-07 12:03:08 -07:00
activemodel Removing method before redefining it. It was causing warnings. [#5072 state:resolved] 2010-07-08 22:29:08 +02:00
activerecord This patch changes update_attribute implementatino so: 2010-07-08 22:43:18 +02:00
activeresource Make sure ActiveResource::Errors#from_json doesn't pass nil to #from_array [#3650 state:commited] 2010-06-26 19:23:10 +02:00
activesupport Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
bin add missing shebang to rails bin. LH [#4885 state:resolved] 2010-06-19 00:54:42 -07:00
ci edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
doc/template migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2 2010-06-16 04:06:20 +02:00
railties Allow a PID file to be specified to rails server [#5031 state:resolved] 2010-07-08 22:35:02 +02:00
tools Support an extra profile printer arg 2010-06-24 01:08:12 -07:00
.gitignore Bump bundler dependency to 1.0.0.beta.2 or later 2010-07-01 10:44:53 -07:00
Gemfile Vendor unreleased rack-mount 0.6.6.pre dependency 2010-06-27 16:28:04 -07:00
RAILS_VERSION Get ready for beta 4 2010-06-08 14:47:02 -04:00
Rakefile pdoc tasks publishe APIs in api.rubyonrails.org 2010-06-16 22:39:13 +02:00
load_paths.rb Bust gem prelude to ensure bundler's in the load path. Not sure what's broken here. 2010-03-27 12:06:27 -07:00
rails.gemspec Revert "Bump bundler to 1.0.0.beta.3" 2010-07-08 10:59:05 -07:00
release.rb Simple release script 2010-04-13 12:26:15 -07:00
version.rb Ops, this should be beta4. 2010-06-24 04:31:07 -07:00