aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Note that each action maps to a specific CRUD operationBrooks Reese2015-08-091-1/+3
* Regexp#=== is faster than String#=~schneems2015-08-071-1/+1
* refactor param parsing middleware to use request objectsAaron Patterson2015-08-072-10/+17
* move flash hash access to methods on the request objectAaron Patterson2015-08-071-2/+11
* Merge pull request #20933 from siadat/relations-in-batches-using-idsDavid Heinemeier Hansson2015-08-076-12/+413
|\
| * Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-076-12/+413
* | Merge pull request #21159 from tcopeland/fix_spelingKasper Timm Hansen2015-08-071-1/+1
|\ \
| * | Fix doc typoTom Copeland2015-08-071-1/+1
|/ /
* | Merge pull request #21158 from lsylvester/only-invoke-mattr_accessor-default-...Rafael Mendonça França2015-08-072-1/+7
|\ \ | |/ |/|
| * Only invoke the default block for mattr_accessor once so that it does not cau...Lachlan Sylvester2015-08-072-1/+7
|/
* Merge pull request #21156 from yui-knk/fix/guide_instumentationMatthew Draper2015-08-071-8/+0
|\
| * [ci skip] Remove `identity.active_record`yui-knk2015-08-071-8/+0
|/
* Merge pull request #21155 from AaronLasseigne/fewer_objectsRichard Schneeman2015-08-061-1/+1
|\
| * speed up code and avoid unnecessary MatchData objectsAaron Lasseigne2015-08-061-1/+1
* | Merge pull request #21153 from grosser/grosser/portsRafael Mendonça França2015-08-062-1/+24
|\ \
| * | do not add common ports to HTTP_HOSTMichael Grosser2015-08-062-1/+24
| |/
* | Merge pull request #20972 from vngrs/bin_updateRafael Mendonça França2015-08-063-1/+33
|\ \
| * | Added bin/update script to update application automaticallyMehmet Emin İNAÇ2015-08-073-1/+33
* | | Merge pull request #21154 from sobrinho/patch-1Rafael Mendonça França2015-08-061-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix documentation on ActionDispatch::RequestGabriel Sobrinho2015-08-061-1/+1
|/ /
* | use a request object to access info from env in GetIpAaron Patterson2015-08-062-11/+19
* | ask the request if we should show exceptionsAaron Patterson2015-08-063-4/+13
* | ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-064-26/+22
* | prevent string allocationsAaron Patterson2015-08-061-1/+1
* | Merge pull request #20459Sean Griffin2015-08-063-0/+132
|\ \ | |/ |/|
| * Add missing data types for ActiveRecord migrationsMehmet Emin İNAÇ2015-06-083-0/+132
* | reuse the request object in the File serving middlewareAaron Patterson2015-08-061-9/+13
* | get the underlying REQUEST_METHOD from the superclassAaron Patterson2015-08-061-1/+1
* | use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-062-7/+8
* | Merge pull request #21092 from vngrs/use_memoization_for_ids_readerRafael Mendonça França2015-08-062-2/+12
|\ \
| * | Use memoization for collection associations ids readerMehmet Emin İNAÇ2015-08-032-2/+12
* | | Merge pull request #21022Rafael Mendonça França2015-08-062-3/+11
|\ \ \
| * | | Only load statistics.rake once from inside engineErsin Akinci2015-08-062-3/+11
|/ / /
* | | Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...Rafael Mendonça França2015-08-062-0/+2
|\ \ \
| * | | set the correct path to `ActionDispatch::IntegrationTest.fixture_path`yuuji.yaginuma2015-07-282-0/+2
* | | | Merge pull request #21061 from yui-knk/refactor/route_setRafael Mendonça França2015-08-061-4/+2
|\ \ \ \
| * | | | Remove duplicated `Array#to_param`yui-knk2015-08-011-4/+2
* | | | | Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-063-1/+28
|\ \ \ \ \
| * | | | | Assume uploaded filename is UTF-8Kohei Suzuki2015-08-051-1/+7
| * | | | | Add failing spec on utf8 filename with percent characterKohei Suzuki2015-08-042-0/+21
* | | | | | Merge pull request #15948 from MGerrior/fix_test_session_fetchRafael Mendonça França2015-08-063-0/+23
|\ \ \ \ \ \
| * | | | | | Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-063-0/+23
* | | | | | | Merge pull request #21149 from brendanwb/table_name_options-for-prRafael Mendonça França2015-08-061-1/+3
|\ \ \ \ \ \ \
| * | | | | | | better docs for ActiveRecord::Migration#table_name_optionsBrendan Buckingham2015-08-061-1/+3
|/ / / / / / /
* | | | | | | Merge pull request #21150 from piton4eg/patch-4Rafael Mendonça França2015-08-061-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Small fixAlexey Markov2015-08-061-1/+1
|/ / / / / /
* | | | | | remove dead codeAaron Patterson2015-08-061-5/+0
* | | | | | ask the request for the cookie jarAaron Patterson2015-08-061-1/+8
* | | | | | add a setter for the cookie jarAaron Patterson2015-08-062-2/+8
* | | | | | remove request reference from chained jarsAaron Patterson2015-08-061-22/+25