aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | switch Route constructors and pass in the regexpAaron Patterson2015-08-171-9/+15
* | | | | | split the verb regex from the constraints hashAaron Patterson2015-08-171-6/+17
* | | | | | test the verb method on the route, specificallyAaron Patterson2015-08-171-1/+1
| |_|_|/ / |/| | | |
* | | | | routes are always constructed with a hash for the conditionsAaron Patterson2015-08-173-4/+4
* | | | | introduce an alternate constructor for Route objectsAaron Patterson2015-08-173-13/+17
* | | | | drop object allocation during routes setupAaron Patterson2015-08-172-44/+89
|/ / / /
* | | | avoid is_a? checksAaron Patterson2015-08-172-2/+4
* | | | pull RegexpOffsets in to a methodAaron Patterson2015-08-171-27/+14
* | | | `required_defaults` is always passed in, remove conditionalAaron Patterson2015-08-171-1/+1
* | | | Merge pull request #21276 from rodzyn/fix_buildRafael Mendonça França2015-08-171-0/+1
|\ \ \ \
| * | | | Fix master buildMarcin Olichwirowicz2015-08-171-0/+1
|/ / / /
* | | | Merge pull request #21273 from piton4eg/patch-6Robin Dupret2015-08-171-6/+5
|\ \ \ \
| * | | | Small fixes [ci skip]Alexey Markov2015-08-171-6/+5
* | | | | use predicate methods to avoid is_a? checksAaron Patterson2015-08-172-1/+3
* | | | | default pattern to use a joined stringAaron Patterson2015-08-174-16/+20
|/ / / /
* | | | Merge pull request #21270 from jonatack/update-debugging-guide-byebug-infoKasper Timm Hansen2015-08-171-17/+6
|\ \ \ \
| * | | | Update the Debugging Rails GuideJon Atack2015-08-171-17/+6
* | | | | Merge pull request #21244 from ronakjangir47/method_call_assertions_fixKasper Timm Hansen2015-08-172-1/+7
|\ \ \ \ \
| * | | | | Replacing lambda with proc getting argument error because of it.Ronak Jangir2015-08-172-1/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #21272 from amitsuroliya/fix_docsArun Agrawal2015-08-171-1/+1
|\ \ \ \ \
| * | | | | fix Docs [ci skip]amitkumarsuroliya2015-08-181-1/+1
|/ / / / /
* | | | | Merge pull request #21271 from amitsuroliya/typo_fixRichard Schneeman2015-08-171-2/+2
|\ \ \ \ \
| * | | | | typo fix [ci skip]amitkumarsuroliya2015-08-181-2/+2
|/ / / / /
* | | | | Merge pull request #21252 from rodzyn/improve_params_parserRafael Mendonça França2015-08-171-2/+11
|\ \ \ \ \
| * | | | | Cleanup ActionDispatch:ParamsParserMarcin Olichwirowicz2015-08-171-2/+11
* | | | | | reorganize testing guide. [Zachary Scott & Yves Senn]Zachary Scott2015-08-171-329/+305
* | | | | | Merge pull request #21264 from jonatack/fix-action-controller-strong-params-typoRafael Mendonça França2015-08-171-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | [skip ci] Fix minor typoJon Atack2015-08-171-1/+1
|/ / / / /
* | | | | Merge pull request #21263 from printercu/patch-1Rafael Mendonça França2015-08-171-1/+2
|\ \ \ \ \
| * | | | | Fixed syslog example in production config templateprintercu2015-08-171-1/+2
|/ / / / /
* | | | | Merge pull request #21135 from DropsOfSerenity/masterSean Griffin2015-08-176-19/+83
|\ \ \ \ \
| * | | | | Make disable_with default in submit_tagJustin Schiff2015-08-116-19/+83
* | | | | | Merge pull request #21258 from unfunco/plugin-semver-updateGuillermo Iguaran2015-08-163-4/+9
|\ \ \ \ \ \
| * | | | | | Updated tests for the generated version number changeDaniel Morris2015-08-161-3/+3
| * | | | | | Plugins are generated with the version 0.1.0Daniel Morris2015-08-162-1/+6
* | | | | | | Fix typo on method nameRafael Mendonça França2015-08-161-3/+3
|/ / / / / /
* | | | | | Merge pull request #21253 from vincefrancesi/date-helper-use-hidden-documenta...Claudio B.2015-08-161-0/+1
|\ \ \ \ \ \
| * | | | | | Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci ...Vince Francesi2015-08-151-0/+1
| | |/ / / / | |/| | | |
* | | | | | Add a changelog entry for #21124 [ci skip]Robin Dupret2015-08-161-0/+6
* | | | | | Tiny documentation fixes [ci skip]Robin Dupret2015-08-162-6/+4
* | | | | | move route allocation to a factory method on the mapping objectAaron Patterson2015-08-152-8/+13
* | | | | | use the mapper to build the routing tableAaron Patterson2015-08-152-231/+103
* | | | | | only process `via` onceAaron Patterson2015-08-151-5/+3
* | | | | | Fix test assign_parameter method signatureeileencodes2015-08-151-1/+1
|/ / / / /
* | | | | Refactor how assign_parameters sets generated_path & query_string_keyseileencodes2015-08-151-8/+20
* | | | | Merge pull request #21248 from y-yagi/fix_deprecation_warning_in_aj_testRafael Mendonça França2015-08-151-1/+1
|\ \ \ \ \
| * | | | | use `average_scheduled_poll_interval` option instead of deprecated `poll_inte...yuuji.yaginuma2015-08-151-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #21247 from maclover7/rdoc-to-mdRafael Mendonça França2015-08-151-37/+47
|\ \ \ \ \
| * | | | | Convert Releasing Rails guide to Markdownmaclover72015-08-151-37/+47
| |/ / / /
* | | | | Merge pull request #21249 from rodzyn/initialize_symbolsRafael Mendonça França2015-08-151-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |