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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Fix a false assertion
Yuki Nishijima
2015-01-17
1
-1
/
+1
|
*
|
|
|
Specify correct version in the changelog [ci skip]
Sean Griffin
2015-01-16
1
-1
/
+1
|
|
/
/
/
|
*
|
|
docs, update "How to run Active Record tests". [ci skip]
Yves Senn
2015-01-15
1
-1
/
+5
|
*
|
|
Merge pull request #18543 from henrik/integer_limit_or_default
Yves Senn
2015-01-15
1
-2
/
+6
|
|
\
\
\
|
|
*
|
|
DRY default limit in ActiveRecord::Type::Integer
Henrik Nyh
2015-01-15
1
-2
/
+6
|
*
|
|
|
Remove incorrect comment in ActiveRecord::Type::Value
Henrik Nyh
2015-01-15
1
-2
/
+1
|
|
/
/
/
|
*
|
|
[ci skip] fix typo sill -> still
Aditya Kapoor
2015-01-15
1
-1
/
+1
|
*
|
|
Merge pull request #18537 from jrnk/patch-1
Zachary Scott
2015-01-15
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Fix Typo SecureToken for schema sample [ci skip]
Jeroen K.
2015-01-15
1
-1
/
+1
|
*
|
|
|
Time columns should support time zone aware attributes
Sean Griffin
2015-01-15
8
-8
/
+116
|
|
/
/
/
|
*
|
|
Only use the `_before_type_cast` in the form when from user input
Sean Griffin
2015-01-14
3
-0
/
+21
|
*
|
|
Go through normal where logic in destroy with locking
Sean Griffin
2015-01-14
1
-6
/
+2
|
*
|
|
Go through normal where logic in destroy
Sean Griffin
2015-01-14
1
-9
/
+1
|
*
|
|
Don't default to YAML dumping when quoting values
Sean Griffin
2015-01-14
3
-11
/
+13
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #18478 from yoshiokatsuneo/active_record_connection_pool_e...
Sean Griffin
2015-01-13
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ActiveRecord: On reconnection failure, release only failed connetion.
Yoshioka Tsuneo
2015-01-13
1
-1
/
+2
|
*
|
Add Secure Token Generator
robertomiranda
2015-01-11
3
-0
/
+11
|
*
|
Deprecate passing a column to `quote`
Sean Griffin
2015-01-10
1
-0
/
+6
|
*
|
Stop passing a column to `quote` in tests
Sean Griffin
2015-01-10
2
-6
/
+7
|
*
|
Stop passing a column to `quote` when finding by AR models
Sean Griffin
2015-01-10
1
-5
/
+2
|
*
|
Stop passing a column to `quote` when executing from a statement cache
Sean Griffin
2015-01-10
1
-2
/
+2
|
*
|
Stop passing a column to `quote` in `Relation#to_sql`
Sean Griffin
2015-01-10
1
-2
/
+3
|
*
|
Stop passing a column to `quote` when prepared statements are turned off
Sean Griffin
2015-01-10
2
-4
/
+5
|
*
|
Fix Typo SecureToken [ci skip]
Roberto Miranda
2015-01-10
1
-1
/
+1
|
*
|
Stop passing a column to `quote` in `insert_fixture`
Sean Griffin
2015-01-10
2
-4
/
+14
|
*
|
Stop special casing null binary data in logging
Sean Griffin
2015-01-10
3
-9
/
+7
|
*
|
Don't attempt to save dirty attributes which are not persistable
Sean Griffin
2015-01-10
4
-1
/
+28
|
*
|
Use IO::NULL always
Nobuyoshi Nakada
2015-01-10
2
-2
/
+2
|
*
|
Fix typo in PostresSQLAdapter's documentation
Sebastian Staudt
2015-01-10
1
-1
/
+1
|
*
|
formatting pass over CHANGELOGs. [ci skip]
Yves Senn
2015-01-10
1
-2
/
+2
|
*
|
Remove support for the protected attributes gem
Carlos Antonio da Silva
2015-01-09
2
-10
/
+6
|
*
|
Switch Secure Token generation to Base58
robertomiranda
2015-01-09
2
-32
/
+8
|
*
|
Copy records to parent transaction should happen on TransactionManager
Arthur Neves
2015-01-09
1
-3
/
+3
|
*
|
Use keyword args on committed! and rolledback!
Arthur Neves
2015-01-09
2
-5
/
+5
|
*
|
Properly copy nested bind values from subqueried relations
Sean Griffin
2015-01-09
2
-12
/
+22
|
*
|
Properly persist `lock_version` as 0 if the DB has no default
Sean Griffin
2015-01-09
2
-7
/
+13
|
|
/
|
*
ActiveRecord: release connection on reconnect failure.
Yoshioka Tsuneo
2015-01-09
1
-0
/
+3
|
*
Document has_many :extend option
Caleb Thompson
2015-01-08
1
-0
/
+4
|
*
Merge pull request #16640 from mfazekas/fix_loop_in_changed_for_autosave
Godfrey Chan
2015-01-07
2
-4
/
+21
|
|
\
|
|
*
Fix potenital stack level too deep with autosave or validation
Miklos Fazkeas
2015-01-04
2
-4
/
+21
|
*
|
Fix count on a separate connection (fixes #18359)
brainopia
2015-01-08
2
-1
/
+8
|
*
|
fix `attribute` method scoping(i.e. private)
Kuldeep Aggarwal
2015-01-06
1
-3
/
+1
|
*
|
Merge pull request #18362 from georgemillo/attribute
Rafael Mendonça França
2015-01-06
1
-3
/
+2
|
|
\
\
|
|
*
|
replacing 'attribute' method with an alias
George Millo
2015-01-06
1
-3
/
+2
|
*
|
|
Fixed typos and wording in ActiveRecord CHANGELOG [ci skip]
Prathamesh Sonpatki
2015-01-06
1
-5
/
+5
|
*
|
|
Merge pull request #18358 from prathamesh-sonpatki/add-test-for-non-string-la...
Yves Senn
2015-01-06
4
-1
/
+12
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fix lookup of fixtures with non-string label
Prathamesh Sonpatki
2015-01-06
4
-1
/
+13
|
|
/
/
|
*
|
Merge pull request #18350 from brainopia/fix_build_from_bind_values
Sean Griffin
2015-01-05
2
-2
/
+12
|
|
\
\
|
|
*
|
Correctly fetch bind_values from join in subquery
brainopia
2015-01-06
2
-2
/
+12
|
*
|
|
Define attribute methods before attempting to populate records
Sean Griffin
2015-01-05
1
-1
/
+1
[prev]
[next]