aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \ \
| * | | | Propagate test messages through assert_routing helper, Fixes #14908Earl St Sauver2014-04-292-7/+15
* | | | | Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-064-1/+10
* | | | | Merge pull request #16818 from phoet/patch-4Rafael Mendonça França2014-09-051-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | world writable might be a bit too open...Peter Schröder2014-09-051-1/+2
|/ / / /
* | | | For now, we will keep sorting the tests.Matthew Draper2014-09-054-4/+7
* | | | Merge pull request #16815 from seuros/ar-freeze-adapter-nameSantiago Pastorino2014-09-056-17/+6
|\ \ \ \
| * | | | Freeze ADAPTER_NAME in adaptersAbdelkader Boudih2014-09-056-17/+6
|/ / / /
* | | | Fixed regression with referencing polymorphic assoc in eager-loadGodfrey Chan2014-09-053-2/+13
* | | | Merge pull request #16807 from tgxworld/carry_out_assignment_within_blockYves Senn2014-09-051-8/+16
|\ \ \ \
| * | | | Move variable assignment within logging block.Guo Xiang Tan2014-09-051-8/+16
* | | | | Merge pull request #16765 from Agis-/time-change-bugAndrew White2014-09-053-0/+7
|\ \ \ \ \
| * | | | | Time#change throws exception with an out-of-range :usecAgis-2014-09-043-0/+7
* | | | | | Merge pull request #16813 from seuros/rdocZachary Scott2014-09-041-14/+14
|\ \ \ \ \ \
| * | | | | | correct rdoc [ci skip]Abdelkader Boudih2014-09-051-14/+14
|/ / / / / /
* | | | | | Merge pull request #16809 from akshay-vishnoi/for_not_to_do_notGuillermo Iguaran2014-09-041-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cover all cases of `For not` --> `Do not`, related to #16804Akshay Vishnoi2014-09-051-1/+1
|/ / / / /
* | | | | Merge pull request #16699 from cristianbica/aj-refactor-queueingDavid Heinemeier Hansson2014-09-0433-265/+447
|\ \ \ \ \
| * | | | | Rename remaining :in / :at to :wait / :wait_untilCristian Bica2014-09-044-25/+22
| * | | | | Active Job refactoringCristian Bica2014-09-0333-256/+441
* | | | | | Load :developers fixtures where expecting a Developer to be thereAkira Matsuda2014-09-051-1/+1
* | | | | | Merge pull request #16788 from codeodor/fix-16761Aaron Patterson2014-09-046-3/+34
|\ \ \ \ \ \
| * | | | | | Skip StatementCache for eager loaded associations (Fixes #16761)Sammy Larbi2014-09-046-3/+34
* | | | | | | always reorder bind parameters. fixes #15920Aaron Patterson2014-09-042-7/+12
* | | | | | | :scissors: and from #16803 [ci skip]Zachary Scott2014-09-041-1/+1
* | | | | | | Merge pull request #16803 from Peeja/methods-are-not-duplicable--update-guideZachary Scott2014-09-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Document that method objects are not `duplicable?`Peter Jaros2014-09-041-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #16804 from kaleworsley/for_not_to_do_notRafael Mendonça França2014-09-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |