Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 'Reversible' ->active_record_migrations [ci skip] | Harshad Sabne | 2014-09-04 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #17077 from schneems/schneems/backtrace-string-allocations | Jeremy Kemper | 2014-09-27 | 1 | -4/+9 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Move object allocation out of loop | Richard Schneeman | 2014-09-27 | 1 | -4/+9 | |
* | | | | | | | | | Tiny follow-up to #16999 [ci skip] | Robin Dupret | 2014-09-27 | 3 | -4/+4 | |
* | | | | | | | | | Make AJ integration tests much less verbose | Matthew Draper | 2014-09-27 | 8 | -26/+14 | |
* | | | | | | | | | Merge pull request #17082 from prathamesh-sonpatki/fix-typo-in-upgrading-guide | Abdelkader Boudih | 2014-09-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo in upgrading guide | Prathamesh Sonpatki | 2014-09-27 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17081 from prathamesh-sonpatki/fix-aj-typos | Abdelkader Boudih | 2014-09-27 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix some typos in ActiveJob | Prathamesh Sonpatki | 2014-09-27 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17080 from prathamesh-sonpatki/fix-typo-in-ar-changelog | Abdelkader Boudih | 2014-09-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo in AR changelog | Prathamesh Sonpatki | 2014-09-27 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | some object allocation reduction for new AR objects | Aaron Patterson | 2014-09-27 | 2 | -3/+7 | |
* | | | | | | | | | Merge pull request #17079 from y-yagi/patch-1 | Zachary Scott | 2014-09-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | [ci skip] fix typo in set examples | yuuji.yaginuma | 2014-09-27 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #17076 from yuki24/write-doc-for-rescue-responses | Zachary Scott | 2014-09-26 | 1 | -0/+23 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add documentation about `config.action_dispatch.rescue_responses` | Yuki Nishijima | 2014-09-26 | 1 | -0/+23 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Preparing for 4.2.0.beta2 release | Rafael Mendonça França | 2014-09-26 | 10 | -10/+10 | |
* | | | | | | | | Merge pull request #17071 from claudiob/don-t-require-action-dispatch-twice | Rafael Mendonça França | 2014-09-26 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Don’t require already required modules | claudiofullscreen | 2014-09-26 | 1 | -2/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #17070 from felipecvo/master | Rafael Mendonça França | 2014-09-26 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add +variants to ActionView::FileSystemResolver documentation. | Felipe Oliveira | 2014-09-26 | 1 | -3/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Revert "Merge pull request #16966 from why-el/symbolize-path-params" | Rafael Mendonça França | 2014-09-25 | 2 | -9/+0 | |
* | | | | | | | | Merge pull request #17061 from bronzle/remove_extra_# | Rafael Mendonça França | 2014-09-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remove extra # in css | Byron Bischoff | 2014-09-25 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #17059 from bronzle/remove_threadsafe_from_guides | Abdelkader Boudih | 2014-09-25 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip] Remove reference to config.threadsafe! in guides/configuriing.md | Byron Bischoff | 2014-09-25 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #16966 from why-el/symbolize-path-params | Rafael Mendonça França | 2014-09-25 | 2 | -0/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ensure named path params are symbols (Fixes #16958) | Mohamed Wael Khobalatte | 2014-09-25 | 2 | -0/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | No need CHANGLOG entry for a bug in a non released version | Rafael Mendonça França | 2014-09-25 | 1 | -7/+0 | |
* | | | | | | | | Keep the original implementation to not having to allocate new objects | Rafael Mendonça França | 2014-09-25 | 1 | -2/+15 | |
* | | | | | | | | Merge pull request #17058 from eval/issue-17057 | Rafael Mendonça França | 2014-09-25 | 3 | -18/+19 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove internal options from query string of paths | Gert Goet | 2014-09-25 | 3 | -18/+19 | |
* | | | | | | | | | No need to install the deprecated_sanitizer gem | Rafael Mendonça França | 2014-09-25 | 1 | -1/+0 | |
* | | | | | | | | | rails-html-sanitizer is now the default | Rafael Mendonça França | 2014-09-25 | 3 | -13/+6 | |
* | | | | | | | | | Remove unused code | Rafael Mendonça França | 2014-09-25 | 2 | -23/+1 | |
* | | | | | | | | | :nail_care: the CSS | Rafael Mendonça França | 2014-09-25 | 1 | -7/+18 | |
* | | | | | | | | | Merge pull request #17024 from buddhamagnet/amend-welcome-page | Rafael Mendonça França | 2014-09-25 | 2 | -14/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve welcome page css and table cell aignments. | buddhamagnet | 2014-09-25 | 2 | -14/+11 | |
* | | | | | | | | | | Fix string/gid collision in job arguments | Jeremy Kemper | 2014-09-25 | 2 | -6/+38 | |
* | | | | | | | | | | Fix actionpack test cases broken by #16888 | Godfrey Chan | 2014-09-26 | 2 | -29/+9 | |
* | | | | | | | | | | Revert "Revert "Merge pull request #16888 from jejacks0n/render_template"" | Godfrey Chan | 2014-09-26 | 4 | -20/+27 | |
* | | | | | | | | | | Use released rails-html-sanitizer and rails-deprecated_sanitizer | Godfrey Chan | 2014-09-26 | 4 | -7/+5 | |
* | | | | | | | | | | Use release web-console | Rafael Mendonça França | 2014-09-25 | 1 | -1/+1 | |
* | | | | | | | | | | Use released rails-dom-testing | Rafael Mendonça França | 2014-09-25 | 4 | -5/+3 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #17051 from jwworth/task/fix_typo | Rafael Mendonça França | 2014-09-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix typo | Jake Worth | 2014-09-24 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17042 from DanOlson/remove-skip-action-view | Rafael Mendonça França | 2014-09-24 | 5 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove --skip-action-view option from application generator | Dan Olson | 2014-09-24 | 5 | -11/+9 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17020 from Sirupsen/ar-override-rack-test | Aaron Patterson | 2014-09-23 | 3 | -1/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ar/connection_pool: honor overriden rack.test in middleware | Simon Eskildsen | 2014-09-23 | 3 | -1/+14 |