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
*
Refactor the code a bit to reduce the duplication
Prem Sichanugrist
2011-07-17
1
-17
/
+8
*
Raise an ArgumentError if user passing less number of argument in the dynamic...
Prem Sichanugrist
2011-07-17
1
-0
/
+10
*
Fix and unit test for https://github.com/rails/rails/issues/2059
Evan Light
2011-07-14
1
-1
/
+2
*
Merge pull request #1273 from jeremyf/feature-association-proxy-send
Santiago Pastorino
2011-07-06
1
-1
/
+1
|
\
|
*
Addresses an inconsistency in the ActiveRecord::Base.method_missing handling ...
Jeremy Friesen
2011-05-24
1
-1
/
+1
*
|
Use an instance variable to store the current masss assignment options
Andrew White
2011-07-04
1
-9
/
+14
*
|
call super rather than delegating to the other objects equal? method
Aaron Patterson
2011-06-30
1
-1
/
+1
*
|
just alias eql? to == for frewer method calls
Aaron Patterson
2011-06-30
1
-5
/
+1
*
|
Define to_ary on ActiveRecord::Base to return nil. Improve performance of Arr...
Jon Leighton
2011-06-30
1
-0
/
+12
*
|
Merge pull request #1860 from dmathieu/comparison
Aaron Patterson
2011-06-28
1
-0
/
+9
|
\
\
|
*
|
comparing different classes returns nil
Damien Mathieu
2011-06-26
1
-1
/
+5
|
*
|
allow comparison on model objects - Closes #1858
Damien Mathieu
2011-06-26
1
-0
/
+5
*
|
|
remove useless assignment
Aaron Patterson
2011-06-28
1
-2
/
+1
*
|
|
reduce object allocation during AR instantiation
Aaron Patterson
2011-06-28
1
-0
/
+2
*
|
|
remove the check for needs_type_condition? because ensure_proper_type will pi...
Aaron Patterson
2011-06-27
1
-2
/
+3
*
|
|
stop using && for the short circuit side effect
Aaron Patterson
2011-06-27
1
-1
/
+1
*
|
|
let strings be converted to symbols inside the interpreter
Aaron Patterson
2011-06-27
1
-2
/
+2
*
|
|
avoice paying hash cost if there are no serialized attributes
Aaron Patterson
2011-06-27
1
-3
/
+4
*
|
|
cache column defaults for AR object instantiation
Aaron Patterson
2011-06-27
1
-0
/
+6
*
|
|
AR object instantiation is ~30% faster in the simple case
Aaron Patterson
2011-06-27
1
-1
/
+1
*
|
|
initialize instance variables
Aaron Patterson
2011-06-27
1
-0
/
+2
|
/
/
*
|
Perf fix - Use an instance variable instead of a class_attribute. Thanks @jos...
Jon Leighton
2011-06-16
1
-8
/
+4
*
|
Pass mass-assignment options to nested models - closes #1673.
Andrew White
2011-06-13
1
-3
/
+6
*
|
don't reinitialize the arel_table unless the table_name changes
Damien Mathieu
2011-06-09
1
-1
/
+2
*
|
No need to create a new Arel::Table, as the arel_table method already creates...
Rodrigo Navarro
2011-06-08
1
-1
/
+0
*
|
remove warning: assigned but unused variable
Santiago Pastorino
2011-06-08
1
-1
/
+1
*
|
Raise NameError instead of ArgumentError in ActiveSupport::Dependencies
Andrew White
2011-06-01
1
-1
/
+0
*
|
Merge pull request #1285 from joshk/remove_active_record_deprecations
Aaron Patterson
2011-05-25
1
-15
/
+2
|
\
\
|
*
|
removed deprecated methods, and related tests, from ActiveRecord
Josh Kalderimis
2011-05-25
1
-15
/
+2
*
|
|
Fix the AR::Base#inspect method [closes #1294]
Franck Verrot
2011-05-25
1
-6
/
+10
|
/
/
*
/
Fix infinite recursion where a lazy default scope references a scope. Fixes #...
Jon Leighton
2011-05-25
1
-3
/
+12
|
/
*
Merge pull request #1180 from Karunakar/documentation_change
Xavier Noria
2011-05-21
1
-3
/
+13
|
\
|
*
Documentation Error Fixed for ticket #839
Karunakar (Ruby)
2011-05-21
1
-3
/
+13
*
|
Merge pull request #1162 from guilleiguaran/singularize_individual_table_name
Jon Leighton
2011-05-21
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Allow pluralize_table_names for individual model
Guillermo Iguaran
2011-05-20
1
-2
/
+2
*
|
Syntax cleanup: for in => each
Guillermo Iguaran
2011-05-19
1
-1
/
+1
|
/
*
Add doc to #attribute_names
Sebastian Martinez
2011-05-15
1
-0
/
+3
*
Add ActiveRecord::attribute_names to retrieve a list of attribute names. This...
Prem Sichanugrist
2011-05-15
1
-0
/
+8
*
Fix assigning protected attributes by attributes=
knapo
2011-05-11
1
-4
/
+3
*
fix bug in usage example of #unscoped
Corin Langosch
2011-05-11
1
-1
/
+1
*
Ensure assign_attributes and update_attributes do not fail on nil, closes #478.
José Valim
2011-05-10
1
-0
/
+2
*
renamed mass-assignment scopes to roles, updated code, tests, docs and securi...
Josh Kalderimis
2011-05-08
1
-6
/
+6
*
Class.new.name returns an empty string on 1.8
José Valim
2011-05-07
1
-1
/
+1
*
Revert "Revert the merge because tests did not pass."
José Valim
2011-05-07
1
-0
/
+4
*
Revert the merge because tests did not pass.
José Valim
2011-05-06
1
-4
/
+0
*
Merge pull request #423 from richardiux/master
José Valim
2011-05-06
1
-0
/
+4
|
\
|
*
Adding base method symbolized_sti_name to activerecord base to be used on ide...
Richard Millan
2011-05-06
1
-0
/
+4
*
|
Multiparameter POLA, time_select fixes. See LH4346
Aditya Sanghi
2011-05-05
1
-29
/
+52
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-04
1
-18
/
+18
|
\
|
*
Remove extra whitespaces
Sebastian Martinez
2011-05-02
1
-18
/
+18
[next]