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
*
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
|
\
|
*
clarifying the comments regarding base_class declaration
Neeraj Singh
2010-07-01
1
-2
/
+4
*
|
Make relation a private method.
José Valim
2010-07-01
1
-5
/
+6
|
/
*
Remove ActiveRecord::Base#class_name [#379 state:committed]
David Trasbo
2010-06-29
1
-8
/
+0
*
Tidy up deprecation message for with_exclusive_scope.
José Valim
2010-06-29
1
-10
/
+11
*
Add scoping and unscoped as the syntax to replace the old with_scope and with...
José Valim
2010-06-29
1
-10
/
+30
*
with_exclusive_scope does not work properly if ARel is passed. It does work n...
Neeraj Singh
2010-06-29
1
-0
/
+13
*
Add missing require, Base use deprecate method
Santiago Pastorino
2010-06-27
1
-0
/
+1
*
Warn that ActiveRecord::Base.reset_subclasses is gone in Rails 3 final.
Jeremy Kemper
2010-06-27
1
-0
/
+12
*
quotes are not necessary here
Santiago Pastorino
2010-06-24
1
-2
/
+2
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-0
/
+1
*
Remove incorrect comment regarding #initialize_copy
Paul Gillard
2010-06-23
1
-8
/
+0
*
Don't clone associations [#4894 state:resolved]
Paul Gillard
2010-06-23
1
-0
/
+1
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-32
/
+4
|
\
|
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
1
-0
/
+0
|
*
ActiveModel::Validations::Callbacks should not be required by default.
José Valim
2010-06-19
1
-1
/
+0
|
*
moving before_validation and after_validation functionality from ActiveRecord...
Neeraj Singh
2010-06-19
1
-0
/
+1
[next]