aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Refactor to remove controller class from route to requesteileencodes2015-08-223-41/+21
| * | | | | | | | | Merge pull request #21328 from jonatack/fix-debugging-rails-guideKasper Timm Hansen2015-08-221-7/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [skip ci] Debugging Rails Guide fixesJon Atack2015-08-221-7/+9
| |/ / / / / / / / /
| * | | / / / / / / Test against the newest stable ruby 2.2.3Akira Matsuda2015-08-221-1/+1
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | set cached values in the env hashAaron Patterson2015-08-211-6/+9
| * | | | | | | | stop directly accessing `@env` in mime_negotiationAaron Patterson2015-08-211-8/+8
| * | | | | | | | use public API to fetch the parameter filterAaron Patterson2015-08-211-2/+2
| * | | | | | | | use methods on the request object to implement `fetch`Aaron Patterson2015-08-211-2/+8
| * | | | | | | | dup the env hash on Header#envAaron Patterson2015-08-211-1/+1
| * | | | | | | | use accessors on the request object for manipulating envAaron Patterson2015-08-211-3/+3
| * | | | | | | | use `set_header` rather than []=Aaron Patterson2015-08-211-1/+1
| * | | | | | | | dup the request and mutate its headers object.Aaron Patterson2015-08-212-5/+5
| * | | | | | | | JSON is still an adapter specific type.Sean Griffin2015-08-218-36/+50
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Move the CoC text to the Rails websiteGodfrey Chan2015-08-212-16/+6
| * | | | | | | Remove unnecessary cachingeileencodes2015-08-211-5/+1
| * | | | | | | pass a request object to the headers objectAaron Patterson2015-08-214-13/+19
| * | | | | | | move header allocation to a helper methodAaron Patterson2015-08-211-5/+9
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
| |\ \ \ \ \ \
| | * | | | | | Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
| * | | | | | | better docs for `disable_ddl_transaction!`. Closes #21044.Yves Senn2015-08-211-1/+4
| * | | | | | | Merge pull request #21312 from piton4eg/patch-7Yves Senn2015-08-211-12/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Add bold to lists' titles [ci skip]Alexey Markov2015-08-211-6/+6
| | * | | | | | Small fixes [ci skip]Alexey Markov2015-08-201-12/+6
| * | | | | | | Merge pull request #21313 from reshleman/re-punctuationYves Senn2015-08-211-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fix Punctuation in `AutosaveAssociation` RDocRobert Eshleman2015-08-201-2/+2
| * | | | | | | | set route precedence at allocation timeAaron Patterson2015-08-202-8/+6
| * | | | | | | | argh!!!Aaron Patterson2015-08-203-0/+3
| * | | | | | | | smooth move aaron.... :bomb:Aaron Patterson2015-08-201-2/+2
| * | | | | | | | point at rack masterAaron Patterson2015-08-206-31/+34
| |/ / / / / / /
| * | | | | | | Merge pull request #21306 from ronakjangir47/remove_mocha_actionmailerKasper Timm Hansen2015-08-204-55/+100
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Removed mocha from ActionMailerRonak Jangir2015-08-204-55/+100
| * | | | | | | Merge pull request #16245 from byroot/more-atomic-writeMatthew Draper2015-08-211-27/+29
| |\ \ \ \ \ \ \
| | * | | | | | | File renaming should be the last operation of an atomic writeJean Boussier2015-08-201-27/+29
| * | | | | | | | Merge pull request #21310 from y-yagi/fix_file_pathYves Senn2015-08-201-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fix path of annotations.rake [ci skip]yuuji.yaginuma2015-08-201-1/+1
| |/ / / / / / / /
| * | | | | | | | uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-204-4/+39
| * | | | | | | | Merge pull request #21300 from jonahb/cacheYves Senn2015-08-201-1/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Correct cache store superclass in commentJonah Burke2015-08-191-1/+1
| * | | | | | | | Merge pull request #21279 from ronakjangir47/test_cleanupKasper Timm Hansen2015-08-205-45/+30
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Cleaned up generators tests using internal assertion helperRonak Jangir2015-08-205-45/+30
| * | | | | | | | | Merge pull request #21132 from Andreis13/sprockets-4Rafael Mendonça França2015-08-199-22/+85
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Migrate to Sprockets 4.Andrei Istratii2015-08-199-22/+85
| |/ / / / / / / /
| * | | | | | | | Merge pull request #21294 from maclover7/codeofconductGuillermo Iguaran2015-08-193-0/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add code of conduct to README.md and to contributing guide [ci skip]maclover72015-08-183-0/+9
| * | | | | | | | | Merge pull request #21292 from CoralineAda/cocDavid Heinemeier Hansson2015-08-191-0/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Adds a code of conductCoralineAda2015-08-181-0/+22
| * | | | | | | | | | Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
| * | | | | | | | | | | make the routes reader privateAaron Patterson2015-08-182-1/+2
| * | | | | | | | | | | don't touch internalsAaron Patterson2015-08-181-1/+1