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
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-1
/
+1
|
/
/
/
*
|
|
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
4
-5
/
+5
*
|
|
rm `reorder_bind_params`
Sean Griffin
2014-11-17
5
-9
/
+6
*
|
|
Force table creation in tests
Sean Griffin
2014-11-17
1
-2
/
+2
*
|
|
Correctly determine if an attribute is uninitialized
Sean Griffin
2014-11-14
1
-1
/
+9
*
|
|
Reduce the amount of work performed when instantiating AR models
Sean Griffin
2014-11-14
1
-0
/
+9
*
|
|
Build fix when running in isolation
Arun Agrawal
2014-11-14
30
-0
/
+31
*
|
|
add a Table#name accessor like TableDefinition#name
Cody Cutrer
2014-11-10
1
-0
/
+6
*
|
|
Merge pull request #17578 from codeodor/fix-17217-test-bug
Rafael Mendonça França
2014-11-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Fixes a bug found when running individual tests against #17217 after merging
Sammy Larbi
2014-11-10
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #11694 from Empact/association-bind-values-not-updated-on-...
Rafael Mendonça França
2014-11-10
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix that a collection proxy could be cached before the save of the owner, res...
Ben Woosley
2014-10-03
1
-0
/
+7
*
|
|
Revert the behavior of booleans in string columns to that of 4.1
Sean Griffin
2014-11-09
1
-2
/
+2
*
|
|
Ensure HABTM relationships produce valid class names (Fixes #17119)
Sammy Larbi
2014-11-09
1
-1
/
+10
*
|
|
default scopes should break the cache on singulur_association.
alfa-jpn
2014-11-08
1
-0
/
+29
*
|
|
default scopes should break the cache on has_many.
Aaron Patterson
2014-11-07
1
-0
/
+26
*
|
|
pg tests, get rid of `sql_types_test.rb`.
Yves Senn
2014-11-07
3
-18
/
+14
*
|
|
pg tests, only execute what's necessary.
Yves Senn
2014-11-07
2
-27
/
+26
*
|
|
Merge pull request #17541 from OpenSourceProjects/meaninful_message
Yves Senn
2014-11-07
1
-3
/
+9
|
\
\
\
|
*
|
|
Print out a meaningful error when ActiveRecord::ReadOnlyRecord is raised
Franky W
2014-11-06
1
-3
/
+6
|
/
/
/
*
|
|
tests, remove unneeded requires.
Yves Senn
2014-11-06
4
-11
/
+0
*
|
|
tests, use SchemaDumpingHelper to dump a specific table.
Yves Senn
2014-11-06
1
-12
/
+12
*
|
|
Merge pull request #17360 from bronzle/includes_and_unscoped
Yves Senn
2014-11-05
1
-0
/
+8
|
\
\
\
|
*
|
|
copy reflection_scopes’s unscoped value when building scope for preloading,...
Byron Bischoff
2014-10-22
1
-0
/
+8
*
|
|
|
Added SchemaDumper support for tables with jsonb columns.
Ted O'Meara
2014-11-04
2
-7
/
+8
*
|
|
|
Add an `assert_deprecated` for `sanitize_sql_hash_for_conditions`
Sean Griffin
2014-11-02
1
-1
/
+3
*
|
|
|
Handle `RangeError` from casting in `find_by` and `find_by!` on Relation
Sean Griffin
2014-11-02
1
-0
/
+10
|
|
_
|
/
|
/
|
|
*
|
|
Add a test case for range type casting
Sean Griffin
2014-11-01
1
-0
/
+4
*
|
|
Fix test which failed in isolation
Sean Griffin
2014-11-01
1
-0
/
+1
*
|
|
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+9
*
|
|
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
1
-1
/
+4
*
|
|
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
[prev]
[next]