aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* correcting method documentation [ci skip]Chris Beer2014-05-111-7/+7
* Dup the changed_attributes otherwise we could lose themArthur Neves2014-05-071-1/+1
* Return a non zero code when db has never been setup on statusPaul B2014-05-071-2/+1
* Keep track of dirty attrs after after rollback.Arthur Neves2014-05-072-2/+1
* Merge pull request #13166 from bogdan/transaction-magicRafael Mendonça França2014-05-072-1/+6
|\
| * Fix bugs with changed attributes tracking when transaction gets rollbackBogdan Gusiev2013-12-042-1/+6
* | Follow-up to #14990 [ci skip]Jon Atack2014-05-071-10/+9
* | Merge pull request #14982 from eric-chahin/GBV_refactorRafael Mendonça França2014-05-062-8/+6
|\ \
| * | Refactor AssociationScope#get_bind_valuesEric Chahin2014-05-052-8/+6
* | | Fixed grammarFred Wu2014-05-061-1/+1
* | | refactor and clean up delete_all methodeileencodes2014-05-051-9/+1
* | | Add support for module-level table_suffix in modelsJenner LaFave2014-05-051-1/+10
|/ /
* | Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-051-1/+1
* | Invert the if/else clauseRafael Mendonça França2014-05-041-1/+1
* | Merge pull request #14946 from jcoleman/fix-null-binary-column-logging-exceptionRafael Mendonça França2014-05-041-1/+1
|\ \
| * | Fix exception when logging SQL w/ nil binary value.James Coleman2014-05-021-1/+1
* | | Convert column name to string only onceKuldeep Aggarwal2014-05-041-1/+2
* | | Use the reader attribute rather than the instance var when possibleCarlos Antonio da Silva2014-05-041-2/+2
* | | Simplify building options hash in rename column method for mysqlCarlos Antonio da Silva2014-05-041-5/+6
* | | Get rid of conditional since column_for handles raising nowCarlos Antonio da Silva2014-05-041-7/+4
* | | Simplify unless conditional with ORCarlos Antonio da Silva2014-05-041-4/+2
* | | Convert column name to string only onceCarlos Antonio da Silva2014-05-041-1/+2
* | | refactor, move `column_for` to `AbstractAdapter` for better reuse.Yves Senn2014-05-044-17/+11
* | | Merge pull request #14952 from gregmolnar/schema_loadYves Senn2014-05-031-1/+1
|\ \ \
| * | | make `db:structure:load` listed with `rake -T`Greg Molnar2014-05-021-1/+1
* | | | docs, restructure newly added part to `includes`. [ci skip]Yves Senn2014-05-031-6/+5
* | | | Merge pull request #14924 from eric-chahin/issue_13854Matthew Draper2014-05-031-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed custom validation context bug where childEric Chahin2014-05-011-1/+2
* | | | push up bind params on "simple" subquery calculationsAaron Patterson2014-05-021-2/+4
| |/ / |/| |
* | | Merge pull request #14896 from jetthoughts/14895_overide_strict_by_sql_modeRafael Mendonça França2014-05-011-5/+5
|\ \ \
| * | | Stringify variables names for mysql connectionsPaul Nikitochkin2014-04-301-5/+5
| |/ /
* | | Merge pull request #13640 from maginatics/fix_sqlite3_ensure_masterRafael Mendonça França2014-05-011-3/+6
|\ \ \
| * | | SQLite3: Always close statements.Timur Alperovich2014-01-151-3/+6
* | | | Give real privacy to class methods in AR::PredicateBuilderHector Satre2014-05-011-7/+8
| |/ / |/| |
* | | cleanup, remove trailing whitespace. [ci skip]Yves Senn2014-04-291-1/+1
* | | Merge pull request #14899 from eileencodes/fix-delete-all-with-nil-dependency...Aaron Patterson2014-04-281-3/+3
|\ \ \
| * | | flip conditional in delete_all to handle nullify bettereileencodes2014-04-281-3/+3
* | | | Merge pull request #14139 from anilmaurya/masterYves Senn2014-04-281-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] updating active_record/associations to demonstrate where conflict w...anilmaurya2014-04-291-0/+6
* | | | simplify the delete all w/ dependency methodeileencodes2014-04-281-3/+3
* | | | remove unnecessary code from delete methodeileencodes2014-04-281-10/+2
* | | | write a new method to be accessed from delete_alleileencodes2014-04-281-1/+9
* | | | Merge pull request #14853 from kassio/kb-fix-custom-join-table-habtmYves Senn2014-04-252-2/+2
|\ \ \ \
| * | | | Fix custom join_table name on habtm reflectionsKassio Borges2014-04-252-2/+2
* | | | | Merge branch 'master' into adequaterecordAaron Patterson2014-04-259-16/+33
|\| | | |
| * | | | reset `@arel` when modifying a Relation in place.Yves Senn2014-04-242-1/+13
| * | | | PostgreSQL Timestamps always map to `:datetime`.Jefferson Lai2014-04-241-6/+1
| * | | | Fix a typo in the doc of forty_two AR FinderMethodEric Bouchut2014-04-241-1/+1
| * | | | `ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...Lucas Mazza2014-04-231-1/+1
| * | | | Merge pull request #14757 from estsauver/14752Rafael Mendonça França2014-04-224-5/+13
| |\ \ \ \