aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix quoting non-stringsDamien Mathieu2013-12-222-1/+7
| * | | | Use the same enum definition in the docs and in the comments [ci skip]Godfrey Chan2013-12-221-6/+6
| |/ / /
| * | | fix url connections for sqlite3Aaron Patterson2013-12-202-1/+34
| * | | Merge pull request #13417 from TalkativeTree/comments_changeRichard Schneeman2013-12-191-1/+1
| |\ \ \
| | * | | change CollectionAssociation's comments to say Association instead of Associa...Ben Angel2013-12-191-1/+1
| * | | | Merge pull request #13412 from arthurnn/quote_id_not_idRafael Mendonça França2013-12-192-1/+10
| |\ \ \ \
| | * | | | quoting: Check if id is a valid method before using itArthur Neves2013-12-192-1/+10
| * | | | | Improve CHANGELOG entry [ci skip]Rafael Mendonça França2013-12-191-8/+6
| * | | | | fix default select when from is usedCody Cutrer2013-12-193-1/+26
| |/ / / /
| * | | | Fix indent in PG array testsCarlos Antonio da Silva2013-12-191-5/+5
| * | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-203-3/+3
| |\ \ \ \
| | * | | | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-033-3/+3
| * | | | | Merge pull request #13395 from kuldeepaggarwal/postgres-table-ref-regexCarlos Antonio da Silva2013-12-193-1/+28
| |\ \ \ \ \
| | * | | | | Fix PostgreSQL insert to properly extract table name from multiline string SQL.Kuldeep Aggarwal2013-12-193-1/+28
| * | | | | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-10/+6
| * | | | | | Merge pull request #13393 from matthewd/fix_pg_range_testsCarlos Antonio da Silva2013-12-191-11/+11
| |\ \ \ \ \ \
| | * | | | | | Fix PostgreSQL range testsMatthew Draper2013-12-191-11/+11
| * | | | | | | Merge pull request #13400 from nishant-cyro/docsGuillermo Iguaran2013-12-181-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fix typos and grammar mistake [ci skip]nishant-cyro2013-12-191-1/+1
| * | | | | | | | Merge pull request #13398 from kuldeepaggarwal/build-fixesGuillermo Iguaran2013-12-181-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | set encoding UTF-8 for accepting multibyte characterKuldeep Aggarwal2013-12-191-0/+2
| * | | | | | | | | Fix typo: data --> dateAlex Ghiculescu2013-12-191-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #13366 from vipulnsward/minitest-namespace-changeGodfrey Chan2013-12-181-1/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-181-1/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Fix to_param when attribute has multibyte characterrono232013-12-192-2/+10
| * | | | | | | Fix nil assignment to polymorphic belongs_toJeremy Kemper2013-12-181-0/+5
| * | | | | | | Merge pull request #13340 from akshay-vishnoi/typoGodfrey Chan2013-12-181-5/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | #none documentation updated [ci skip]Akshay Vishnoi2013-12-181-5/+4
| * | | | | | | Add a failing test for assigning nil to a polymorphic belongs_to not nullifyi...Jeremy Kemper2013-12-171-0/+13
| * | | | | | | Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
| * | | | | | | Merge pull request #13314 from laurocaetano/blacklist_array_methodsJeremy Kemper2013-12-173-30/+42
| |\ \ \ \ \ \ \
| | * | | | | | | Create a blacklist to disallow mutator methods to be delegated to `Array`.Lauro Caetano2013-12-173-30/+42
| * | | | | | | | Merge pull request #13341 from carlosantoniodasilva/ca-i18nCarlos Antonio da Silva2013-12-171-0/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
| * | | | | | | | Merge pull request #13343 from akshay-vishnoi/test-casesRafael Mendonça França2013-12-171-0/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | test case for #limit added - picking latest value from limitAkshay Vishnoi2013-12-171-0/+4
| * | | | | | | | MySQL: remove the old-school 'packets out of order' messageJeremy Kemper2013-12-171-6/+0
| * | | | | | | | Better support for `where()` conditions that use an association name.Martin Emde2013-12-163-3/+104
| |/ / / / / / /
| * | | | | | | Fix missing closing rdoc tag [ci skip]Carlos Antonio da Silva2013-12-161-1/+1
| * | | | | | | Merge pull request #13307 from akshay-vishnoi/typoRafael Mendonça França2013-12-151-2/+2
| |\| | | | | |
| | * | | | | | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
| * | | | | | | Improve CHANGELOG entry with examples [ci skip]Rafael Mendonça França2013-12-151-0/+10
| * | | | | | | Merge pull request #13313 from ccutrer/temp-tablesRafael Mendonça França2013-12-158-17/+83
| |\ \ \ \ \ \ \
| | * | | | | | | support creating temporary tables from queriesCody Cutrer2013-12-148-17/+83
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Improve the CHANGELOG entry [ci skip]Rafael Mendonça França2013-12-151-3/+3
| * | | | | | | db:test:clone and prepare must load environmentArthur Neves2013-12-142-3/+9
| |/ / / / / /
| * | | | | | argument prefix warning removedArun Agrawal2013-12-131-1/+1
| * | | | | | Merge pull request #13306 from kassio/masterRafael Mendonça França2013-12-132-4/+9
| |\ \ \ \ \ \
| | * | | | | | Fix mysql to support duplicated column namesKassio Borges2013-12-132-4/+9
| * | | | | | | refactor, reuse assertions in range_test.rb.Yves Senn2013-12-131-186/+111