| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
all directives
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This behaviour doesn't actually make sense, the context of
the child should not be affected by the parent. See #10492.
This reverts commit 5f8274efe128ffeec8fa3179460f5167a078f007, reversing
changes made to 81e837e810460d066a2e5fc5a795366ec8ab2313.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Fixing a failing railtie test by wrapping the command inside of sh -c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
particular controller to search for in rake routes.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
use <=> from there. Restore that.
|
| | | | |
| | | | |
| | | | |
| | | | | |
with Date)
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Improve upgrade guide documentation about the PUT->PATCH change
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add note about upgrading custom routes from `put` to `patch`.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
No need to load 'rake/packagetask' as it's already in 'rubygems/package_task'
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
in 'rubygems/package_task'
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
wonderfull => wonderful
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove some deprecated methods in Rails 4.1 again.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
because this was deprecated.
Some testcases is failed, so I replaced nil to empty hash in add_reference.
|
| | | | | | | | |
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
were deprecated.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Remove some deprecation methods / options / files.
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ActionView::Helpers::FormTagHelper were deprecated.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ActionView::Helpers::JavascriptHelper were deprecated.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ActionView::Helpers::UrlHelper#link_to and #button_to were deprecated.
|
| | | | | | | |
|
| | | | | | | |
|
|/ / / / / / |
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Inspect uses double quotes.
* Inspect puts a hash as in #<User ...>.
* Documents the return value, and makes explicit it can be an invalid record.
* Documents the method is not atomic.
* Documents a way to handle UNIQUE contraint violations in the event of a race condition.
* Removes the "Examples" header according to our guidelines.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* It is no longer true that options are passed to find.
* Documents that ActiveRecord::RecordNotFound may be raised.
* Documents that the reload happens in-place.
* Documents that caches are wiped.
* Documents that the method returns self.
* Documents a couple of use cases.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
After some discussion on Twitter with @skud, the documentation on ActionDispatch::Response is
a bit sparse. This class is useful when you're writing tests, as often you want to assert various
things about the response that's coming back. Better docs would make this easier for people new
to testing in Rails.
I only added some descriptions for various properties that were defined, and mostly just a sentence
or two. Most of these things are familliar if you're working with HTTP, but some words is better
than no words at all.
Hopefully further commits will fix up things that aren't just documentation.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adding the ability to filter routes by the verb
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
environment works correctly.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix word order in documentation for with_lock [ci skip]
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Extract ActionDispatch::Request#deep_munge
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
ActionDispatch::Request#deep_munge was introduced as a private method,
but was turned into a public one for the use of
ActionDispatch::ParamsParser.
I have extracted it into ActionDispatch::Request::Utils, so it does not
get mixed up with the Request public methods.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix regression in has_secure_password.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
If the confirmation was blank, but the password wasn't, it would still save.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
senny/10782_routes_inspector_deals_with_controller_regexp
`RoutesInspector` deals with routes using regexp as `:controller` option
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Use grep instead of select with === in QueryMethods
|
| | | | |
| | | | |
| | | | |
| | | | | |
pass block directly to grep
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Running isolated tests
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These stopped running don't know when.
But these should be running now.
|