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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #6606 from amatsuda/ar_relation_model_method
Rafael Mendonça França
2012-08-21
1
-0
/
+5
|
\
\
|
*
|
AR::Relation#model would be a better API than AR::Relation#klass
Akira Matsuda
2012-06-03
1
-0
/
+5
*
|
|
Use a model without counter cache to test read-only attributes
Rafael Mendonça França
2012-08-21
1
-9
/
+10
*
|
|
reset_counters() was crashing when there were multiple belongs_to association...
Dave Desrochers
2012-08-21
6
-1
/
+29
*
|
|
Rename to test_mysql_strict_mode_disabled_dont_override_global_sql_mode
Yasuo Honda
2012-08-22
2
-6
/
+8
*
|
|
Use instance_accessor: false instead of instance_writer.
kennyj
2012-08-21
3
-7
/
+11
*
|
|
Round usec when writing timestamp attribute.
kennyj
2012-08-21
1
-0
/
+15
*
|
|
removing dead code
Aaron Patterson
2012-08-20
1
-19
/
+7
*
|
|
define singleton methods rather than adding and removing methods
Aaron Patterson
2012-08-20
1
-45
/
+32
*
|
|
remove dead code
Aaron Patterson
2012-08-20
1
-78
/
+36
*
|
|
Fix "last equality wins" logic in relation merge
Ernie Miller
2012-08-19
1
-4
/
+7
*
|
|
Merge pull request #7377 from brainopia/use_inversed_parent_for_first_and_las...
Carlos Antonio da Silva
2012-08-18
1
-0
/
+6
|
\
\
\
|
*
|
|
Use inversed parent for first and last child of has_many association
brainopia
2012-08-18
1
-0
/
+6
*
|
|
|
Refactor missing parameter validation based on position
Carlos Antonio da Silva
2012-08-18
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #7380 from ernie/fix-nomethoderror-on-non-attribute-equali...
Aaron Patterson
2012-08-17
1
-0
/
+16
|
\
\
\
|
*
|
|
Fix merge error when Equality LHS is non-attribute
Ernie Miller
2012-08-17
1
-0
/
+16
*
|
|
|
column default extraction should handle newlines.
Aaron Patterson
2012-08-17
1
-0
/
+8
*
|
|
|
Merge pull request #7352 from aripollak/microsecond-timestamp
Rafael Mendonça França
2012-08-17
2
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix occasional microsecond conversion inaccuracy
Ari Pollak
2012-08-15
2
-1
/
+2
*
|
|
|
Renaming active_record_deprecated_finders to activerecord-deprecated_finders
Jon Leighton
2012-08-17
2
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #7133 from roshats/fix_update_all_with_blank_argument
Carlos Antonio da Silva
2012-08-15
1
-0
/
+4
|
\
\
\
|
*
|
|
raise ArgumentError if list of attributes to change is empty in update_all
Roman Shatsov
2012-08-14
1
-0
/
+4
*
|
|
|
Restore state on create when ActiveRecord::RecordInvalid is raised
Dave Yeu
2012-08-11
1
-0
/
+17
*
|
|
|
Use method compilation for association methods
Jon Leighton
2012-08-10
7
-25
/
+24
*
|
|
|
Remove the dependent_restrict_raises option.
Jon Leighton
2012-08-10
4
-72
/
+44
*
|
|
|
Merge pull request #7286 from kennyj/fix_7191
Rafael Mendonça França
2012-08-10
1
-0
/
+13
|
\
\
\
\
|
*
|
|
|
Fix #7191. Remove unnecessary transaction when assigning has_one associations.
kennyj
2012-08-08
1
-0
/
+13
*
|
|
|
|
Fix only-once stub logic.
Steve Jorgensen
2012-08-08
1
-1
/
+1
*
|
|
|
|
Fix just-plain-wrongness of psql auto-reconnect test.
Steve Jorgensen
2012-08-07
1
-8
/
+9
|
/
/
/
/
*
|
|
|
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
3
-5
/
+5
*
|
|
|
Make ActiveRecord::Model::DeprecationProxy work better
Jon Leighton
2012-08-03
1
-3
/
+23
*
|
|
|
Remove ActiveRecord::Base.to_a
Jon Leighton
2012-08-03
15
-60
/
+52
*
|
|
|
Allow Relation#merge to take a proc.
Jon Leighton
2012-08-03
1
-0
/
+4
*
|
|
|
load active_support/deprecation in active_support/rails
Xavier Noria
2012-08-02
2
-2
/
+1
*
|
|
|
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
4
-4
/
+0
*
|
|
|
Do not consider the numeric attribute as changed if the old value is
Rafael Mendonça França
2012-08-02
1
-1
/
+14
*
|
|
|
s/scoped/scope/
Jon Leighton
2012-08-01
1
-1
/
+1
*
|
|
|
Add CollectionProxy#scope
Jon Leighton
2012-08-01
1
-0
/
+7
*
|
|
|
Add `Relation#load`
Jon Leighton
2012-08-01
1
-0
/
+8
*
|
|
|
Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.
Jon Leighton
2012-08-01
5
-44
/
+85
*
|
|
|
Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."
Jon Leighton
2012-08-01
6
-3
/
+197
*
|
|
|
AR::Relation#order: make new order prepend old one
Bogdan Gusiev
2012-07-31
4
-13
/
+13
*
|
|
|
Remove the deprecation of update_column.
Rafael Mendonça França
2012-07-30
1
-38
/
+17
*
|
|
|
Merge pull request #7196 from rimidl/fix-incorrect-require-mysql-in-mysql_rak...
Aaron Patterson
2012-07-29
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
fix incorrect usage `require mysql` in the activerecord/test/.../mysql_rake_t...
Vladimir Strakhov
2012-07-29
1
-1
/
+5
*
|
|
|
|
More polite cleanup for sqlite tests
Bogdan Gusiev
2012-07-29
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
7
-0
/
+435
*
|
|
|
Modity the :json_data_empty attribute from `:null => false` to `:null => true`
Yasuo Honda
2012-07-28
1
-1
/
+1
*
|
|
|
Merge pull request #6827 from zephyr-dev/master
José Valim
2012-07-27
1
-0
/
+44
|
\
\
\
\
|
*
|
|
|
AR has a subclass of AM:PresenceValidator.
Brent Wheeldon & Nick Monje
2012-07-20
1
-0
/
+44
[prev]
[next]