aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-094-4/+7
|\
| * SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-143-1/+17
* | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-096-4/+64
* | Merge pull request #16849 from y-yagi/patch-1Vijay Dev2014-09-091-1/+0
|\ \
| * | Remove extra newline from ActiveJob test templateyuuji.yaginuma2014-09-091-1/+0
* | | Merge pull request #16850 from aditya-kapoor/correct-lineVijay Dev2014-09-091-3/+1
|\ \ \
| * | | [ci skip] change the line orientation on asset precompile pageAditya Kapoor2014-09-091-3/+1
| |/ /
* / / Allow included modules to override association methods.Yves Senn2014-09-095-2/+23
|/ /
* | :scissors: "now" [ci skip]Godfrey Chan2014-09-081-1/+1
* | Merge pull request #16846 from prathamesh-sonpatki/document-error-handling-in...Godfrey Chan2014-09-081-1/+16
|\ \
| * | Update upgrading guide about error handling in transactional callbacksPrathamesh Sonpatki2014-09-091-1/+16
* | | Merge pull request #16848 from prathamesh-sonpatki/kill-extra-has-beenGuillermo Iguaran2014-09-091-1/+1
|\ \ \
| * | | Remove extra 'has been' from deprecation warning about asserting selectorsPrathamesh Sonpatki2014-09-091-1/+1
|/ / /
* | | Merge pull request #16847 from prathamesh-sonpatki/kill-extra-has-beenGuillermo Iguaran2014-09-091-1/+1
|\ \ \
| * | | Remove extra 'has been' from the deprecation messagePrathamesh Sonpatki2014-09-091-1/+1
| |/ /
* | | Merge pull request #16845 from todd/upgrade_guide_console_docsGuillermo Iguaran2014-09-081-2/+6
|\ \ \ | |/ / |/| |
| * | Add docs for web-console to 4.2 Upgrade Guide [ci skip]Todd Bealmear2014-09-081-2/+6
|/ /
* | Do not memoize document_root_element in view testsRafael Mendonça França2014-09-082-2/+12
* | Merge pull request #16827 from kuldeepaggarwal/f-disable-migration-loggingYves Senn2014-09-081-1/+4
|\ \
| * | disable migrations logging while running test cases for AR schema testsKuldeep Aggarwal2014-09-061-0/+2
* | | Merge pull request #16825 from cristianbica/fix-ar-nested-arraysMatthew Draper2014-09-084-6/+44
|\ \ \
| * | | Fix query with nested array in Active RecordCristian Bica2014-09-064-6/+44
| |/ /
* | | Merge pull request #16834 from tchandy/removing_unused_fake_modelsGuillermo Iguaran2014-09-071-45/+0
|\ \ \
| * | | Removing unused fake modelsThiago Pradi2014-09-071-45/+0
* | | | Schema dumper: all connection adapters implement #primary_key, so rely on it ...Jeremy Kemper2014-09-071-10/+1
|/ / /
* | | Merge pull request #16830 from teeparham/schema_dumperSantiago Pastorino2014-09-071-27/+28
|\ \ \
| * | | Fix warnings for undefined local variableTee Parham2014-09-071-6/+10
| * | | Prefer "if any?" to "unless empty?"Tee Parham2014-09-071-9/+6
| * | | Convert string concatenations to substitutionsTee Parham2014-09-071-15/+15
| |/ /
* | | Merge pull request #16832 from yuki24/use-match-via-all-in-custom-exceptions-appZachary Scott2014-09-061-3/+3
|\ \ \
| * | | [guides] Use `match ..., via: :all` in the custom exceptions app [ci skip]Yuki Nishijima2014-09-061-3/+3
|/ / /
* | | Ignore segfault build errors with 2.0.0 + mysql-rubyJeremy Kemper2014-09-061-0/+2
* | | Merge pull request #16793 from javan/comply_with_rack_content_length_middlewareJeremy Kemper2014-09-062-0/+18
|\ \ \ | |/ / |/| |
| * | Add support for Rack::ContentLength middelwareJavan Makhmali2014-09-062-0/+18
|/ /
* | Dynamically modified schema and association would not be correctly resetAkira Matsuda2014-09-064-16/+21
* | Merge pull request #16824 from rajcybage/action_view_content_tagJeremy Kemper2014-09-062-1/+1
|\ \
| * | fix the undefined method content_tag #15245Rajarshi Das2014-09-062-1/+1
* | | Merge pull request #16822 from jeremy/deprecate-problematic-implicit-response...Jeremy Kemper2014-09-063-5/+43
|\ \ \ | |/ / |/| |
| * | Deprecate implicit AD::Response splatting and Array conversionJeremy Kemper2014-09-063-5/+43
* | | Dependencies: bump to jquery-rails 4.0.0.beta2Godfrey Chan2014-09-052-2/+2
* | | Use the released jquery-rails gemGodfrey Chan2014-09-052-3/+9
* | | Add TODO to release the gems before the next Rails releaseRafael Mendonça França2014-09-051-0/+5
* | | Merge pull request #16114 from seuros/test_cleanRafael Mendonça França2014-09-057-26/+25
|\ \ \
| * | | Added enable_extension! to helperAbdelkader Boudih2014-09-057-26/+25
* | | | Remove CHANGELOG entry [ci skip]Rafael Mendonça França2014-09-051-8/+0
* | | | Do not mark object as persisted after an association is savedRafael Mendonça França2014-09-053-21/+14
| |/ / |/| |
* | | :scissors:Rafael Mendonça França2014-09-051-1/+1
* | | Add test to assert_recognizes with custom messageRafael Mendonça França2014-09-051-1/+9
* | | Message doesn't need to be optionalRafael Mendonça França2014-09-051-2/+2
* | | Merge pull request #14911 from estsauver/14908Rafael Mendonça França2014-09-052-7/+15
|\ \ \