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
*
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
|
*
ActiveRecord and ActionPack now use the new descendants implementation.
José Valim
2010-06-19
1
-32
/
+4
*
|
Adds title and basic description where needed.
Rizwan Reza
2010-06-15
1
-0
/
+2
*
|
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
|
refactors AR::Base#reset_table_name
Xavier Noria
2010-06-14
1
-19
/
+20
*
|
Documentation for #quoted_table_name method
Thiago Pradi
2010-06-14
1
-0
/
+2
*
|
Remove an unused method
Pratik Naik
2010-06-12
1
-13
/
+0
|
/
*
Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...
Andrew Bloomgarden
2010-06-08
1
-1
/
+3
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-1
/
+1
*
Remove Model.clear_default_scope
Pratik Naik
2010-05-18
1
-4
/
+0
*
AR::Base#clone fixed to set dirty bits for cloned object
pleax
2010-05-16
1
-1
/
+7
*
cache connection when quoting
Comron Sattari
2010-05-16
1
-5
/
+6
*
a cloned object no longer mimics changed flags from creator , plus a test cas...
Federico Brubacher
2010-05-16
1
-0
/
+1
*
Reset quoted_table_name after set_table_name [#4568 state:resolved]
Santiago Pastorino
2010-05-15
1
-1
/
+1
*
Modified default_scope to merge with any pre-existing default_scope
David Chelimsky + Brian Tatnall
2010-05-15
1
-1
/
+5
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-329
/
+2
*
Fix failing test.
José Valim
2010-04-28
1
-1
/
+1
*
Makes validates_acceptance_of to not override database fields [#4460 state:co...
Santiago Pastorino
2010-04-28
1
-0
/
+4
*
Restore HWIA#stringify_keys! and update changelog
Jeremy Kemper
2010-04-22
1
-2
/
+1
*
removes unnecessary assignment and local variable in AR::Base#subclasses, and...
Xavier Noria
2010-04-13
1
-3
/
+2
*
Refactor compute_type to handle situations where the correct class is already...
Andrew White
2010-04-12
1
-16
/
+19
[next]