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
...
|
*
|
|
Preserve Array#take(n) behaviour of HasManyAssociation
Akira Matsuda
2015-02-28
3
-5
/
+18
*
|
|
|
Merge pull request #19077 from robin850/unknown-attribute-error
Sean Griffin
2015-03-02
6
-10
/
+15
|
\
\
\
\
|
*
|
|
|
Follow-up to #10776
Robin Dupret
2015-02-26
6
-10
/
+15
*
|
|
|
|
Merge pull request #19172 from JuanitoFatas/doc/fix-typo
Richard Schneeman
2015-03-02
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
[ci skip] Fix a typo for PostgreSQL text limit, GB instead of Gb.
Juanito Fatas
2015-03-03
1
-2
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Make private methods private
Arthur Neves
2015-03-02
1
-0
/
+2
*
|
|
|
|
Remove !has_transactional_callbacks? check
Arthur Neves
2015-03-02
1
-1
/
+1
*
|
|
|
|
Merge pull request #19170 from JuanitoFatas/doc/active_record/connection_adap...
Carlos Antonio da Silva
2015-03-02
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Clarify that t.references and t.belongs_to are interchangeable. [ci skip]
Juanito Fatas
2015-03-02
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
call `sync_with_transaction_state` inside `persisted?` then check ivars
Aaron Patterson
2015-03-02
1
-1
/
+2
*
|
|
|
|
remove useless instance variable
Aaron Patterson
2015-03-02
1
-9
/
+4
|
/
/
/
/
*
|
|
|
Move transaction code to transaction module
Arthur Neves
2015-03-01
2
-41
/
+41
*
|
|
|
Remove parent transaction state
Arthur Neves
2015-03-01
2
-7
/
+0
*
|
|
|
remove useless conditional
Aaron Patterson
2015-03-01
1
-1
/
+1
*
|
|
|
Spell PostgreSQL correctly :elephant:
Akira Matsuda
2015-02-28
2
-2
/
+2
|
|
/
/
|
/
|
|
*
|
|
Add changelog for #15549 fix [skip ci]
Arthur Neves
2015-02-27
1
-0
/
+7
*
|
|
Removed non-standard and unused require 'active_support/deprecation' from par...
Vipul A M
2015-02-27
1
-1
/
+0
*
|
|
Properly create through records when called with `where`
Sean Griffin
2015-02-26
3
-0
/
+26
*
|
|
Merge pull request #17601 from kamipo/support_any_unicode_charsets
Rafael Mendonça França
2015-02-25
4
-11
/
+16
|
\
\
\
|
*
|
|
Add `SchemaMigration.create_table` support any unicode charsets for MySQL.
Ryuta Kamizono
2015-02-26
4
-11
/
+16
*
|
|
|
Merge pull request #17297 from rebyn/fix/17161-remove-objs-from-has_many-upda...
Rafael Mendonça França
2015-02-25
2
-0
/
+26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add specs for adding-to/clear has_many collections’s behavior on `updated_at`
Tu Hoang
2014-10-30
2
-0
/
+26
*
|
|
|
Merge pull request #15476 from JacobEvelyn/master
Rafael Mendonça França
2015-02-25
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Use logger environment settings in Rails console.
Jacob Evelyn
2014-06-02
2
-0
/
+10
*
|
|
|
|
cache quoted column names in SQLite3
Aaron Patterson
2015-02-24
1
-1
/
+2
*
|
|
|
|
Merge pull request #19068 from pda/ar-translate-exception-class-no-log
Aaron Patterson
2015-02-24
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
AR: translate_exception_class() no longer logs error.
Paul Annesley
2015-02-24
1
-1
/
+0
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #18936 from arthurnn/txn_callbacks
Arthur Nogueira Neves
2015-02-24
4
-4
/
+105
|
\
\
\
\
\
|
*
|
|
|
|
Rename tests
Arthur Neves
2015-02-24
1
-4
/
+4
|
*
|
|
|
|
Add before_commit
Arthur Neves
2015-02-24
4
-4
/
+28
|
*
|
|
|
|
Add transaction callbacks that wont enroll to the transaction.
Arthur Neves
2015-02-24
2
-2
/
+79
*
|
|
|
|
|
Merge pull request #17426 from jpcody/fixture_associations_fix
Aaron Patterson
2015-02-24
2
-1
/
+23
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Rely on through table name in has_many fixtures
Joshua Cody
2014-10-29
2
-1
/
+23
*
|
|
|
|
|
Tiny documentation edits [ci skip]
Robin Dupret
2015-02-24
2
-4
/
+2
*
|
|
|
|
|
Call `attributes_for_update` in `_update_record` w/ optimistic locking
Sean Griffin
2015-02-24
1
-1
/
+1
*
|
|
|
|
|
Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro...
Jeremy Kemper
2015-02-24
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #18744 from mfazekas/no-table-name-with-from
Rafael Mendonça França
2015-02-24
2
-5
/
+20
*
|
|
|
|
|
Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...
Court3nay
2015-02-24
2
-0
/
+6
*
|
|
|
|
|
rework `disable_referential_integrity` for PostgreSQL.
Yves Senn
2015-02-24
3
-9
/
+136
*
|
|
|
|
|
Merge pull request #19064 from kamipo/remove_unused_table
Rafael Mendonça França
2015-02-24
1
-10
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove unused table
Ryuta Kamizono
2015-02-25
1
-10
/
+0
*
|
|
|
|
|
|
Move back `new_column_definition` into `TableDefinition`
Ryuta Kamizono
2015-02-25
1
-4
/
+4
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #19030 from kamipo/extract_short_hand_column_methods
Rafael Mendonça França
2015-02-23
4
-110
/
+173
|
\
\
\
\
\
\
|
*
|
|
|
|
|
The short-hand methods should be able to define multiple columns
Ryuta Kamizono
2015-02-23
2
-45
/
+69
|
*
|
|
|
|
|
Extract the short-hand methods into `ColumnMethods`
Ryuta Kamizono
2015-02-23
2
-23
/
+36
|
*
|
|
|
|
|
Extract `primary_key` method into `ColumnMethods`
Ryuta Kamizono
2015-02-22
4
-42
/
+68
*
|
|
|
|
|
|
Merge pull request #17631 from kamipo/bigint_pk_support
Rafael Mendonça França
2015-02-23
3
-0
/
+35
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Allow `:limit` option for MySQL bigint primary key support
Ryuta Kamizono
2015-02-24
3
-0
/
+35
*
|
|
|
|
|
|
|
Fix typo [ci skip]
Luke Hutscal
2015-02-23
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
some indenting and punctuation fixes. [ci skip]
Yves Senn
2015-02-23
1
-5
/
+7
[prev]
[next]