index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
persistence.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not use primary key on insertion when it's nil
Santiago Pastorino
2010-12-29
1
-2
/
+2
*
Allow primary_key to be an attribute when the model is a new record
Santiago Pastorino
2010-12-28
1
-1
/
+1
*
removing calls to deprecated methods
Aaron Patterson
2010-12-02
1
-1
/
+2
*
refactor `self.class` to a variable
Aaron Patterson
2010-12-02
1
-1
/
+2
*
Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584b
José Valim
2010-11-28
1
-5
/
+5
*
STI type is now updated when calling AR::Base.becomes on subclasses [#5953 st...
Franck Verrot
2010-11-12
1
-0
/
+1
*
Double negation of an already boolean value produces the same result
Santiago Pastorino
2010-11-09
1
-1
/
+1
*
Don't check if persisted is defined just initialize it properly
Santiago Pastorino
2010-11-09
1
-2
/
+0
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-5
/
+7
*
restore behavior of touch for models without :updated_xx [#5439 state:resolved]
tnp
2010-09-24
1
-3
/
+2
*
Use map instead inject.
Emilio Tagua
2010-09-22
1
-4
/
+3
*
The call-seq directive has no useful effect on our documentation and is not u...
Joost Baaij
2010-08-28
1
-3
/
+0
*
edit pass to a recent doc patch
Xavier Noria
2010-08-25
1
-3
/
+10
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-25
1
-2
/
+6
|
\
|
*
touch operationg if used along with belongs_to will also be invoked on associ...
Neeraj Singh
2010-08-24
1
-2
/
+6
*
|
@user.touch should not fail if User does not have updated_at/updated_on column.
Neeraj Singh
2010-08-24
1
-9
/
+11
|
/
*
Make update_attribute behave as in Rails 2.3 and document the behavior intrin...
José Valim
2010-08-12
1
-33
/
+30
*
standarizes the use of the article "an" for "SQL" and "SQLite"
Xavier Noria
2010-08-05
1
-1
/
+1
*
Merge remote branch 'docrails/master' into 3-0-stable
Xavier Noria
2010-08-03
1
-2
/
+2
|
\
|
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-2
/
+2
*
|
Add an internal (private API) after_touch callback. [#5271 state:resolved]
José Valim
2010-08-02
1
-0
/
+13
|
/
*
adding punctuations
Neeraj Singh
2010-07-28
1
-4
/
+4
*
more documentation for update_attribute
Neeraj Singh
2010-07-28
1
-5
/
+6
*
adding comments to update_attribute method
Neeraj Singh
2010-07-27
1
-0
/
+4
*
expanded comment for update_attribute method
Neeraj Singh
2010-07-22
1
-2
/
+9
*
update_attribute should not update readonly attributes
Neeraj Singh
2010-07-21
1
-0
/
+2
*
revises the rdoc of update_attributes and update_attributes! to document they...
Xavier Noria
2010-07-14
1
-4
/
+9
*
update_attributes and update_attributes! are now wrapped in a transaction
Neeraj Singh
2010-07-13
1
-4
/
+8
*
Tidying up a bit, so update_attribute is not called twice on touch.
José Valim
2010-07-13
1
-10
/
+8
*
with this fix touch method - does not call validations - doest not call callb...
Neeraj Singh
2010-07-13
1
-0
/
+1
*
Improve a bit the code in latest commits.
José Valim
2010-07-08
1
-7
/
+9
*
This patch changes update_attribute implementatino so:
Neeraj Singh
2010-07-08
1
-5
/
+12
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-1
/
+1
*
Adds title and minor changes.
Rizwan Reza
2010-06-16
1
-11
/
+18
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-0
/
+230