Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #19339 from y-yagi/mailer_preview_comment | Andrew White | 2015-03-15 | 2 | -7/+7 | |
|\ \ \ | ||||||
| * | | | add mailer suffix to comments for email previews | yuuji.yaginuma | 2015-03-15 | 2 | -7/+7 | |
* | | | | Merge pull request #19340 from keepcosmos/association-doc-fix | Claudio B. | 2015-03-15 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Doc fix about association hierarchy | keepcosmos | 2015-03-15 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #19336 from tchandy/cleaning_actionview_tests | Carlos Antonio da Silva | 2015-03-14 | 6 | -77/+1 | |
|\ \ \ | ||||||
| * | | | Cleaning JavaScriptHelperTest | Thiago Pradi | 2015-03-14 | 1 | -8/+1 | |
| * | | | Cleaning unused views from actionpack tests inside actionview | Thiago Pradi | 2015-03-14 | 1 | -1/+0 | |
| * | | | Zlib isn't required for AssetTagHelperTest anymore | Thiago Pradi | 2015-03-14 | 1 | -1/+0 | |
| * | | | Cleaning unused methods from abstract_unit | Thiago Pradi | 2015-03-14 | 1 | -57/+0 | |
| * | | | Deleting unused fixtures | Thiago Pradi | 2015-03-14 | 2 | -10/+0 | |
* | | | | Merge pull request #19337 from mnaberez/fix-actionpack-changelog-typo | Arun Agrawal | 2015-03-14 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix typo in Action Pack changelog. [ci skip] | Mike Naberezny | 2015-03-14 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #19335 from JahBrewski/master | Arthur Nogueira Neves | 2015-03-14 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | [ci skip] Subject-verb agreement | Joel Brewer | 2015-03-14 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Fix before_commit when updating a record on the callback | Arthur Neves | 2015-03-14 | 2 | -23/+44 | |
* | | | Merge pull request #19322 from AndrewHendrie/AndrewHendrie-guides-testing-par... | Rafael Mendonça França | 2015-03-13 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Asserting partials modification | Andrew Hendrie | 2015-03-13 | 1 | -1/+1 | |
* | | | | Merge pull request #19323 from naoty/rake_initializer | Rafael Mendonça França | 2015-03-13 | 3 | -0/+14 | |
|\ \ \ \ | ||||||
| * | | | | Add `rake initializer` | Naoto Kaneko | 2015-03-14 | 3 | -0/+14 | |
* | | | | | Added missing closing brace in sample code for safe HTML translations | Christian Ress | 2015-03-13 | 1 | -1/+1 | |
* | | | | | Merge pull request #19291 from hired/return-truthy-value-from-head | Rafael Mendonça França | 2015-03-13 | 2 | -0/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | Return true from head method | Joel Hayhurst | 2015-03-12 | 2 | -0/+13 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #19311 from square/aj-adapter-lookup | Rafael Mendonça França | 2015-03-13 | 2 | -5/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | `QueueAdapters` does the lookup | Tamir Duberstein | 2015-03-12 | 2 | -5/+9 | |
* | | | | | | Merge pull request #19315 from josh/update-sprockets-links | Rafael Mendonça França | 2015-03-13 | 6 | -10/+10 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Update sprockets links to point to rails org | Joshua Peek | 2015-03-13 | 6 | -10/+10 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19317 from kuldeepaggarwal/doc-select-tag-output | Abdelkader Boudih | 2015-03-13 | 1 | -15/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] correct output of select | Kuldeep Aggarwal | 2015-03-13 | 1 | -15/+15 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19313 from akshay-vishnoi/options-docs | Rafael Mendonça França | 2015-03-12 | 1 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | [CI SKIP] Correct output of options_for_select | Akshay Vishnoi | 2015-03-13 | 1 | -5/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19312 from mariusbutuc/fix-mailer-testing-typo | Rafael Mendonça França | 2015-03-12 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Fix typo in the “Testing Your Mailers” docs | Marius Butuc | 2015-03-12 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #19309 from f1sherman/dont-set-session-options-id | Guillermo Iguaran | 2015-03-12 | 5 | -13/+5 | |
|\ \ \ \ | ||||||
| * | | | | Use request.session.id instead of request.session_options[:id] | Brian John | 2015-03-12 | 5 | -13/+5 | |
| |/ / / | ||||||
* | | | | Merge pull request #19310 from square/aj-const-get | Arthur Nogueira Neves | 2015-03-12 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Use a more conservative `const_get` over `constantize` | Tamir Duberstein | 2015-03-12 | 1 | -1/+1 | |
* | | | | | Merge pull request #19271 from eagletmt/304-content-type | Arthur Nogueira Neves | 2015-03-12 | 2 | -0/+13 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Also skip Content-Encoding and Vary header if 304 | Kohei Suzuki | 2015-03-12 | 2 | -4/+6 | |
| * | | | | 304 response should not include Content-Type header | Kohei Suzuki | 2015-03-10 | 2 | -1/+12 | |
* | | | | | Merge pull request #19308 from yui-knk/fix/doc_note | Abdelkader Boudih | 2015-03-12 | 1 | -1/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Take NOTE: as paragraph to make NOTE block | yui-knk | 2015-03-12 | 1 | -1/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #19301 from Empact/default-scopes | Carlos Antonio da Silva | 2015-03-12 | 6 | -19/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Isolate access to .default_scopes in ActiveRecord::Scoping::Default | Ben Woosley | 2015-03-12 | 6 | -19/+20 | |
* | | | | | | Use `def setup` instead of `setup do` | eileencodes | 2015-03-12 | 1 | -2/+4 | |
* | | | | | | Merge pull request #19303 from y-yagi/travel_to_doc | Abdelkader Boudih | 2015-03-12 | 1 | -9/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add `DateTime.now` to list of `TimeHelpers#travel_to` stubbing [ci skip] | yuuji.yaginuma | 2015-03-12 | 1 | -9/+11 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19299 from mattbrictson/pg-ruby-22 | Yves Senn | 2015-03-12 | 2 | -2/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Require pg~>0.18 to ensure Ruby 2.2 compatibility | Matt Brictson | 2015-03-11 | 2 | -2/+7 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #16992 from square/configurable-job-queue-adapter | Jeremy Kemper | 2015-03-12 | 4 | -17/+82 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | `ActiveJob::Base#queue_adapter` is now a `class_attribute` | Tamir Duberstein | 2015-03-11 | 4 | -17/+82 |