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
/
base.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Arel::Sql::Engine.new does not do anything anymore
Aaron Patterson
2010-09-30
1
-1
/
+1
*
type_name should check for blank because people may have messed up databases
Aaron Patterson
2010-09-30
1
-1
/
+1
*
type_name is never a blank string, so use faster .nil? call
Aaron Patterson
2010-09-30
1
-1
/
+1
*
speeding up object instantiation by eliminating instance_eval
Aaron Patterson
2010-09-30
1
-7
/
+21
*
Set attributes properly for model built from association with conditions [#55...
Marcelo Giorgi
2010-09-28
1
-8
/
+9
*
do not need intermediate variable, avoid lasgn
Aaron Patterson
2010-09-27
1
-2
/
+3
*
Delegate ActiveRecord::Base.offset to scoped methods (analogous to limit) [#5...
Marcelo Giorgi
2010-09-24
1
-1
/
+1
*
use instance_eval, reduce method calls.
Stevie Graham
2010-09-21
1
-15
/
+7
*
Cache unserialized attributes
Jeremy Kemper
2010-09-09
1
-6
/
+5
*
refactor a couple injects to map + Hash[]
Aaron Patterson
2010-09-08
1
-5
/
+2
*
avoid an inject in favor of dup
Aaron Patterson
2010-09-08
1
-3
/
+3
*
serialized attributes should be serialized before validation [#5525 state:res...
Aaron Patterson
2010-09-07
1
-2
/
+2
*
no need to freeze this string
Aaron Patterson
2010-09-07
1
-1
/
+1
*
unscoped has nothing so merging with a relation just returns the relation
Santiago Pastorino
2010-09-07
1
-1
/
+1
*
Cleanup deprecation warnings in active record
Carlos Antonio da Silva
2010-09-06
1
-22
/
+2
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Reset default scope in Thread.current when class is unloaded [#5497 state:res...
Andrew White
2010-09-01
1
-0
/
+8
*
Replacing superclass_delegating_accessoror with class_attribute.
Neeraj Singh
2010-08-31
1
-1
/
+1
*
:nodoc:s #unscoped until its behavior is more clear, now sometimes works, som...
Xavier Noria
2010-08-25
1
-1
/
+1
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-25
1
-0
/
+5
|
\
|
*
unscoped does not work when chained with named_scope
Neeraj Singh
2010-08-23
1
-0
/
+5
*
|
fix broken relative links [#5415 state:committed]
Joost Baaij
2010-08-24
1
-1
/
+1
|
/
*
Fix docs to reference ActiveRecord::LogSubscriber
Evgeniy Dolzhenko
2010-08-21
1
-1
/
+1
*
Optimize find_sti_class when store_full_sti_class is true
Andrew White
2010-08-19
1
-1
/
+5
*
Memoize STI class lookups for the duration of a request
Jeremy Kemper
2010-08-19
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-87
/
+87
*
Removing most of the symbol to proc usage in Active Record
Prem Sichanugrist
2010-08-13
1
-3
/
+3
*
commit review: applies guidelines to "# =>"
Xavier Noria
2010-08-12
1
-2
/
+2
*
updating documentation for named_scope and default_scope
Neeraj Singh
2010-08-12
1
-0
/
+10
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-08-05
1
-9
/
+9
|
\
|
*
fixing documentation
Neeraj Singh
2010-08-03
1
-9
/
+9
*
|
I'm unsure how cloning was working in Rails 3 before
wycats
2010-08-04
1
-1
/
+1
|
/
*
Correcting the documentation which wrongly states that each dynamic finder cr...
Neeraj Singh
2010-08-02
1
-7
/
+4
*
Adding to AR::Base documentation about dynamically scopeded_by query
Neeraj Singh
2010-08-02
1
-9
/
+17
*
updating documentation to ensure line does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-88
/
+128
*
slight performance improvement when grabbing an arel table
Aaron Patterson
2010-07-27
1
-1
/
+1
*
Don't interpolate a blank string, avoid warnings
Santiago Pastorino
2010-07-26
1
-0
/
+2
*
Fixes syntax error in "with_scope" example
Arkadiusz Holko
2010-07-25
1
-1
/
+1
*
Revert "Style fixes"
Pratik Naik
2010-07-15
1
-1
/
+1
*
Style fixes
wycats
2010-07-14
1
-1
/
+1
*
Style fixes
Pratik Naik
2010-07-14
1
-1
/
+1
*
Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...
Vitalii Khustochka
2010-07-13
1
-1
/
+1
*
Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...
David Trasbo
2010-07-08
1
-1
/
+1
*
removed an old unused method in AR which removed readonly attributes
Josh Kalderimis
2010-07-08
1
-9
/
+0
*
removing unused method
Neeraj Singh
2010-07-08
1
-5
/
+0
*
mass_assignment_security moved from AR to AMo, and minor test cleanup
Josh Kalderimis
2010-07-08
1
-1
/
+1
*
minor changes to mass assignment security patch to bring it in line with rail...
Josh Kalderimis
2010-07-08
1
-2
/
+2
*
Mass assignment security refactoring
Eric Chapweske
2010-07-08
1
-133
/
+11
*
Merge remote branch 'docrails/master'
Xavier Noria
2010-07-07
1
-2
/
+4
|
\
[next]