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
*
fix set_pk_sequence and add a test for it.
Aaron Patterson
2014-10-31
1
-0
/
+8
*
Don't modify the columns hash to set defaults from the attributes API
Sean Griffin
2014-10-31
1
-10
/
+14
*
Load test schema even if there are no migrations
Sean Griffin
2014-10-31
1
-0
/
+13
*
Merge pull request #17305 from ziggythehamster/activerecord-connectionhandlin...
Rafael Mendonça França
2014-10-31
1
-0
/
+89
|
\
|
*
If Rails is not defined, check ENV["RAILS_ENV"] and ENV["RACK_ENV"].
Keith Gable
2014-10-21
1
-0
/
+89
*
|
Use the correct values for int max and min
Sean Griffin
2014-10-31
2
-47
/
+106
*
|
Treat strings greater than int max value as out of range
Sean Griffin
2014-10-31
3
-15
/
+14
*
|
Don't require calculations to be aliased to a column
Sean Griffin
2014-10-31
1
-1
/
+0
*
|
Remove redundant `to_s` in interpolation
claudiob
2014-10-30
1
-3
/
+3
*
|
add bigserial pk support
Aaron Patterson
2014-10-29
1
-0
/
+20
*
|
fix MySQL enum type lookup with values matching another type. Closes #17402.
Yves Senn
2014-10-29
1
-0
/
+4
*
|
💣
Sean Griffin
2014-10-28
2
-2
/
+5
*
|
Allow Relation#rewhere to work with infinite range values
Dan Olson
2014-10-27
1
-0
/
+21
*
|
Merge pull request #17374 from maurogeorge/scope-exception
Yves Senn
2014-10-27
1
-0
/
+7
|
\
\
|
*
|
Raises ArgumentError when try to define a scope without a callable
Mauro George
2014-10-23
1
-0
/
+6
|
|
/
*
|
Merge pull request #14143 from derekprior/dp-compound-index-ordering
Yves Senn
2014-10-27
2
-3
/
+3
|
\
\
|
*
|
Use type column first in multi-column indexes
Derek Prior
2014-10-24
2
-3
/
+3
|
|
/
*
/
Fix Relation.rewhere to work with Range values
Dan Olson
2014-10-20
1
-0
/
+7
|
/
*
Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-error
Yves Senn
2014-10-20
1
-2
/
+2
|
\
|
*
AR::UnknownAttributeError should include the class name of a record
Yuki Nishijima
2014-10-15
1
-3
/
+3
*
|
AR::UnknownAttributeError should include the class name of a record
Yuki Nishijima
2014-10-20
1
-3
/
+3
*
|
Fixed test throwing unused variable warning
Vipul A M
2014-10-19
1
-1
/
+1
*
|
Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...
Rafael Mendonça França
2014-10-18
1
-3
/
+3
*
|
Revert "Replace (slower) block.call with (faster) yield"
Zachary Scott
2014-10-18
1
-3
/
+3
*
|
Replace (slower) block.call with (faster) yield
claudiob
2014-10-18
1
-3
/
+3
*
|
Add a deprecation warning for abiguous boolean values
Sean Griffin
2014-10-16
1
-4
/
+6
*
|
test, better describe `SerializationTypeMismatch` behavior. refs #14716.
Yves Senn
2014-10-16
1
-2
/
+1
*
|
pg, test assigning non-array values to an array column. Closes #14716.
Yves Senn
2014-10-16
1
-0
/
+9
*
|
add table.bigint support
Aaron Patterson
2014-10-15
1
-0
/
+19
|
/
*
Raise an error for has_one associations which try to go :through a polymorphi...
Tu Hoang
2014-10-15
2
-0
/
+9
*
:scissors: duplicated `require`s
Godfrey Chan
2014-10-14
1
-1
/
+0
*
make sure cache is not used for collection assocations too
Aaron Patterson
2014-10-14
2
-1
/
+13
*
break cache if we're inside a "scoping" call. fixes #17052
Aaron Patterson
2014-10-14
1
-0
/
+10
*
measure record instantiation time in AS::Notifications
Aaron Patterson
2014-10-13
1
-0
/
+36
*
add length to ActiveRecord::Result
Aaron Patterson
2014-10-13
1
-0
/
+4
*
Merge pull request #17232 from Agis-/issue-17209
Rafael Mendonça França
2014-10-13
2
-0
/
+18
|
\
|
*
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
2
-0
/
+18
*
|
Replace Enumerable#reverse.each with Enumerable#reverse_each
Erik Michaels-Ober
2014-10-13
1
-1
/
+1
|
/
*
Merge pull request #17014 from grosser/grosser/fast-fixtures
Aaron Patterson
2014-10-10
2
-32
/
+0
|
\
|
*
speed up fixtures by not loading all their classes
grosser
2014-10-06
2
-32
/
+0
*
|
ar/connection_pool: honor overriden rack.test in middleware
Simon Eskildsen
2014-09-23
1
-0
/
+8
*
|
add a truncate method to the connection
Aaron Patterson
2014-09-22
2
-0
/
+23
|
/
*
Better regression test for Fixtures with fk as a symbol
Arthur Neves
2014-09-22
2
-11
/
+2
*
fix fixtures not loading if a belongs_to association is defined with a :forei...
Will Bryant
2014-09-22
1
-0
/
+9
*
Fix assertions in AR::TestCase::AttributeMethodsTest
Yuki Nishijima
2014-09-21
1
-3
/
+3
*
Fix typo [ci skip]
Yuki Nishijima
2014-09-20
1
-1
/
+1
*
Fix find_by with associations not working with adequate record
Godfrey Chan
2014-09-20
1
-0
/
+5
*
Merge pull request #15791 from zev/add_model_to_recordnotfound_message
Aaron Patterson
2014-09-19
1
-10
/
+18
|
\
|
*
Update RecordNotFound exception cases to include a message with the
Zev Blut
2014-06-18
1
-10
/
+18
*
|
Merge pull request #16875 from alan/dont_autosave_has_one_through_record
Rafael Mendonça França
2014-09-17
1
-0
/
+24
|
\
\
[next]