| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Update test to clearly reflect what it is testing for. | Guo Xiang Tan | 2014-07-18 | 1 | -5/+7 |
| * | | | Update outdated test. | Guo Xiang Tan | 2014-07-18 | 1 | -6/+3 |
| |/ / |
|
* | | | Add CHANGELOG for #14886 | Arthur Neves | 2014-07-18 | 2 | -1/+6 |
* | | | LOCALHOST definition should match any 127.0.0.0/8 address | Earl J St Sauver | 2014-07-18 | 3 | -2/+9 |
* | | | Prefer to pass block when logging. | Guo Xiang Tan | 2014-07-18 | 1 | -25/+26 |
* | | | reporting is only done in one thread, so we can safely remove the lock | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
* | | | pass the test reporter by reference | Aaron Patterson | 2014-07-17 | 1 | -1/+4 |
* | | | fix filesystem race condition | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
* | | | do not restart the service, just stop it | Aaron Patterson | 2014-07-17 | 1 | -1/+0 |
* | | | only parallelize on forking systems | Aaron Patterson | 2014-07-17 | 1 | -1/+1 |
* | | | [EXPERIMENTAL] run actionpack tests in parallel | Aaron Patterson | 2014-07-17 | 1 | -0/+57 |
* | | | `recall` should be `path_parameters`, also make it required | Aaron Patterson | 2014-07-17 | 1 | -3/+3 |
* | | | pass the route name to define_url_helper | Aaron Patterson | 2014-07-17 | 3 | -23/+26 |
* | | | use a strategy object for generating urls in named helpers | Aaron Patterson | 2014-07-17 | 2 | -21/+37 |
* | | | helper methods are public, so we can just call them | Aaron Patterson | 2014-07-17 | 1 | -4/+4 |
* | | | extract path building to a method | Aaron Patterson | 2014-07-16 | 1 | -9/+11 |
* | | | break out path building logic to methods | Aaron Patterson | 2014-07-16 | 1 | -14/+22 |
* | | | only extract :params from the options hash once | Aaron Patterson | 2014-07-16 | 1 | -3/+2 |
* | | | we do not need to dup the options hash, it is private and a new object each call | Aaron Patterson | 2014-07-16 | 1 | -2/+2 |
* | | | push rails app testing up | Aaron Patterson | 2014-07-16 | 1 | -9/+13 |
* | | | Rails-ish apps should descend from Rails::Railtie | Aaron Patterson | 2014-07-16 | 4 | -14/+17 |
* | | | app should always be a class (I suppose) | Aaron Patterson | 2014-07-16 | 1 | -1/+1 |
* | | | we should be checking if the app is a class | Aaron Patterson | 2014-07-16 | 1 | -1/+1 |
* | | | extract inner options before delegating to the helper | Aaron Patterson | 2014-07-16 | 1 | -7/+13 |
* | | | always transcode the file to utf-8 | Aaron Patterson | 2014-07-16 | 2 | -0/+7 |
* | | | Remove unused fixtures | Rafael Mendonça França | 2014-07-16 | 60 | -98/+0 |
* | | | Don't accept parameters as argument for redirect to [via @homakov] | Santiago Pastorino | 2014-07-16 | 2 | -0/+11 |
* | | | Fix 1.9. uggghhhhhh get it together @tenderlove :bomb: | Aaron Patterson | 2014-07-15 | 1 | -2/+2 |
* | | | fix for 1.9 kwargs syntax | Aaron Patterson | 2014-07-15 | 1 | -1/+2 |
* | | | routed applications will respond to these methods | Aaron Patterson | 2014-07-15 | 2 | -2/+2 |
* | | | stop passing recall to url_for | Aaron Patterson | 2014-07-15 | 2 | -37/+48 |
* | | | rack 1.6 encodes the filenames in posts correctly now | Aaron Patterson | 2014-07-15 | 1 | -8/+1 |
* | | | fix warnings | Aaron Patterson | 2014-07-15 | 1 | -1/+1 |
* | | | stop calling url_for with recall parameters and actually use a request | Aaron Patterson | 2014-07-15 | 2 | -85/+197 |
* | | | execute a request and check the path_parameters | Aaron Patterson | 2014-07-15 | 1 | -17/+59 |
* | | | set `set` in the setup method | Aaron Patterson | 2014-07-15 | 1 | -2/+5 |
* | | | remove useless ivar set | Aaron Patterson | 2014-07-15 | 1 | -1/+0 |
* | | | RouteSet should be in charge of constructing the dispather | Aaron Patterson | 2014-07-15 | 3 | -10/+15 |
* | | | Merge pull request #16168 from greysteil/stash-path-info | Matthew Draper | 2014-07-14 | 3 | -2/+15 |
|\ \ \ |
|
| * | | | Stash original path in `ShowExceptions` middleware | Grey Baker | 2014-07-14 | 3 | -2/+15 |
| | |/
| |/| |
|
* / | | Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip] | Santosh Wadghule | 2014-07-14 | 1 | -2/+2 |
|/ / |
|
* | | Use `#bytesize` instead of `#size` when checking for cookie overflow | Agis- | 2014-07-11 | 2 | -2/+7 |
* | | Synced 4.2 release notes with the latest commits. | Godfrey Chan | 2014-07-11 | 1 | -0/+2 |
* | | Removed single space padding from empty response body. | Godfrey Chan | 2014-07-10 | 6 | -22/+32 |
* | | Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp... | Aaron Patterson | 2014-07-10 | 4 | -3/+8 |
|\ \ |
|
| * | | Address CVE-2014-4671 (JSONP Flash exploit) | Greg Campbell | 2014-07-09 | 4 | -3/+8 |
* | | | Force encoding of US-ASCII to UTF-8 in unescape_uri. | Karl Entwistle | 2014-07-10 | 3 | -5/+21 |
* | | | Merge pull request #16091 from tgxworld/reduce_creation_of_subscribers | Santiago Pastorino | 2014-07-09 | 1 | -17/+13 |
|\ \ \
| |/ /
|/| | |
|
| * | | Reduce number of subscriptions created. | Guo Xiang Tan | 2014-07-08 | 1 | -17/+13 |
| |/ |
|
* | | Fix weird comment. [CI SKIP] | Guo Xiang Tan | 2014-07-09 | 1 | -2/+2 |