aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [skip ci] Fix counter_cache in the Rails GuidesJon Atack2015-03-281-3/+11
* | | | | | | | Fix (intermittent?) test failureMatthew Draper2015-04-131-1/+1
* | | | | | | | Merge pull request #19738 from ojab/squishXavier Noria2015-04-121-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Speedup String#squishojab2015-04-121-2/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nishantmodak-view_paths'Zachary Scott2015-04-121-1/+33
|\ \ \ \ \ \ \ \
| * | | | | | | | Some copy edits for modifying View Paths [ci skip]Zachary Scott2015-04-121-5/+21
| * | | | | | | | Merge branch 'view_paths' of https://github.com/nishantmodak/rails into nisha...Zachary Scott2015-04-121-1/+17
|/| | | | | | | |
| * | | | | | | | view paths docs [ci skip]Nishant Modak2015-04-131-1/+17
* | | | | | | | | Merge branch 'mfazekas-action-mailer-async-doc-fixes'Zachary Scott2015-04-121-8/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Since the delegator wasn't identified earlier, we should here [ci skip]Zachary Scott2015-04-121-2/+2
| * | | | | | | | | Merge branch 'action-mailer-async-doc-fixes' of https://github.com/mfazekas/r...Zachary Scott2015-04-121-8/+11
|/| | | | | | | | |
| * | | | | | | | | Fixes to inaccurate documentation in action_mailer [ci skip]Miklos Fazkeas2014-12-181-8/+11
* | | | | | | | | | :scissors:Zachary Scott2015-04-121-2/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #19735 from Dan-Burnette/fixSecretKeyBaseErrorMessageGodfrey Chan2015-04-121-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Error message no longer tells you to set the (deprecated) secret_token.Dan2015-04-121-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #19732 from wazery/patch-2Kasper Timm Hansen2015-04-121-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | [ci skip] Update contributing guideIslam Wazery2015-04-121-2/+2
* | | | | | | | | Fix a few typos and wrap some lines [ci skip]Robin Dupret2015-04-122-12/+21
* | | | | | | | | Merge pull request #19734 from y-yagi/action_view_guideYves Senn2015-04-121-26/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove reference to `register_javascript_expansion` and `register_stylesheet_...yuuji.yaginuma2015-04-121-26/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19733 from yuki24/speed-up-levenshteinRichard Schneeman2015-04-112-4/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Speed up Levenshtein by 50% and reduce 97% of memory usageYuki Nishijima2015-04-112-4/+10
* | | | | | | | | | Merge pull request #19566 from aditya-kapoor/remove-dup-docRichard Schneeman2015-04-111-22/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [ci skip] remove duplicate doc for current_page?Aditya Kapoor2015-04-091-22/+10
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Remove mention of super old defined_javascript_functions method [ci skip]Carlos Antonio da Silva2015-04-111-4/+0
* | | | | | | | | Merge pull request #19721 from vngrs/validates_presence_of_missing_noteRobin Dupret2015-04-111-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Missing note on validates_presence_of validation [ci skip]Mehmet Emin İNAÇ2015-04-111-0/+4
* | | | | | | | | | Merge pull request #19731 from wazery/rename_bin_to_exeMatthew Draper2015-04-126-6/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Rename railties/bin to railties/exeIslam Wazery2015-04-116-6/+10
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19727 from supercaracal/fix_wrong_test_method_nameEileen M. Uchitelle2015-04-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix a wrong feature test method nameTaishi Kasuga2015-04-111-1/+1
* | | | | | | | | | [ci skip] Remove `link_to_function` and `button_from_function` from guideseileencodes2015-04-111-21/+0
* | | | | | | | | | Merge pull request #19728 from jonatack/patch-4Kasper Timm Hansen2015-04-111-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [skip ci] primay_key -> primary_keyJon Atack2015-04-111-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge branch 'girishso-belongs_to_primary_key_doc'Zachary Scott2015-04-101-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Copy edits for primary_key documentation in association guide. [ci skip]Zachary Scott2015-04-101-3/+4
| * | | | | | | | | Merge branch 'belongs_to_primary_key_doc' of https://github.com/girishso/rail...Zachary Scott2015-04-101-0/+19
|/| | | | | | | | |
| * | | | | | | | | added primary_key option documentation for belongs_to associationGirish S2014-09-231-0/+19
* | | | | | | | | | Merge pull request #17512 from JackDanger/danger/use-default-view-pattern-in-...Zachary Scott2015-04-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Using the real resolver pattern in docsJack Danger Canty2014-11-041-1/+1
* | | | | | | | | | | Copy edits for QueueAdapters docs to fix #17765 [ci skip]Zachary Scott2015-04-101-18/+18
* | | | | | | | | | | Merge branch 'queue-adapters-docs' of https://github.com/KingsleyKelly/rails ...Zachary Scott2015-04-101-0/+56
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Adds documentation explaining table labels for Active Job QueueAdap...KingsleyKelly2015-04-091-7/+47
| * | | | | | | | | | | [ci skip] Adds rdoc for priority explaining what the labels in the table means.KingsleyKelly2015-04-061-0/+16
* | | | | | | | | | | | Merge pull request #19722 from sikachu/remove-ar-use_transactional_fixturesGuillermo Iguaran2015-04-102-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-102-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19716 from yui-knk/fix/filter_nameZachary Scott2015-04-091-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Downcases filter namesyui-knk2015-04-101-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #19689 from marutosi/master-issue-19187Rafael Mendonça França2015-04-095-4/+39
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [Rails4 regression] prevent thin and puma cause error in Non ASCII URL on Win...Toshi MARUYAMA2015-04-092-1/+23