| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fix Configuring Active Record [ci skip]
|
| | |
|
|/
|
|
| |
linked article is a description of the plugins in Rails 2.1.
|
|
|
|
|
|
| |
Since all controller instances are required to have a request and
response object, RackDelegation is no longer needed (we always have to
delegate to the response)
|
| |
|
|
|
|
|
|
|
|
|
| |
* Fixtures are loaded for all the tests by default (not only model and
controller tests).
* Fix a few typos and improve the markup at some levels.
* Wrap changes to 80 chars
[ci skip]
|
|\
| |
| | |
[ci skip] Fix migration file's timestamp
|
| |
| |
| |
| | |
In rails generally migration file's timestamp is "YYYYMMDDHHMMSS".
|
|\ \
| |/
|/|
| |
| |
| | |
y-yagi/add_activejob_section_to_instrumentation_guide
add Active Job section to instrumentation guide [ci skip]
|
| | |
|
|\ \
| | |
| | | |
Small fixes [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
* fix command list for thread
* add omitted end of code
* fix description for `continue` and `finish` command
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ci skip]
This example is dependent on the `:end_at` option and has been removed
from `4-2-stable` (d167b811520a6f800b86c77b805d15505a251bb8)
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
guides/source/security.md
|
| | | |
| | | |
| | | |
| | | | |
This is discussed on https://github.com/rails/rails/pull/21334
|
| | | |
| | | |
| | | |
| | | | |
Followup to #20637.
|
| | | |
| | | |
| | | |
| | | | |
can not use double quotes in double quoted string without escape
|
| |\ \ \
| | | | |
| | | | | |
[ci skip] Add style guide about comma
|
| | |/ / |
|
| |\ \ \
| | | | |
| | | | | |
Rack changed their status codes to IETF RFC 7231
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
rack/rack#754
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Fixes:
"we want go deep" -> "we won't go deep"
"to next next line" -> "to the next line"
- Minor improvements in clarity and grammar.
Cheers :)
|
| | | | |
|
| |/ / |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
Update the Debugging Rails Guide [skip ci]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[skip ci].
- Update to the current output when running `byebug help`.
- Remove the alias `exit` because it does not work and seems to have
been removed from Byebug, as confirmed by the source code here:
https://github.com/deivid-rodriguez/byebug/blob/master/lib/byebug/comman
ds/quit.rb
- Added the useful `q!` instead to avoid the "Really quit? (y/n)"
prompt.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ci skip]
Better reading flow for the information presented in this guide.
The first part is written in a similar fashion as the "Getting Started
Guide" and can be read from start to finish. The second section
introduces the different testing components that Rails provides and
explains how and when to use them.
The guide is still work in progress.
|
| |\ \
| | | |
| | | | |
make disable_with default in submit_tag
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Prevents double submission by making disable_with the default.
Default disable_with option will only be applied if user has not
specified her/his own disable_with option, whether that is in the
`data-disable-with` string form or the
`:data => { :disable_with => "Saving..." }` hash form. disable_with
will default to the value attribute.
A configuration option was added to opt out of this functionality if
the user so desires.
`config.action_view.automatically_disable_submit_tag = false`
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add missing `def` and remove useless `do` keywords.
* Move `:nodoc:` in front of the methods' definition so that methods
under these ones are correctly visible on the API.
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
How to pass arguments to ActiveJob Jobs [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A section explaining how to pass arguments to Jobs has been added.
[ci skip] How to pass arguments to ActiveJob Jobs
Removed the "how to pass arguments" from what you will know section
[ci skip] improving Enqueue Job section
Using GuestsCleanupJob rather than MyJob for coherence.
[ci skip] Passing args section merged with enqueuing jobs
Passing args is now explained through examples withing Enqueuing the Jobs section
[ci skip] Unnecessary example removed
[ci skip] Typo fixed (missing as)
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
[ci skip] Removed link to reSRC.io - site closed
|
| | | | | | |
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
[ci skip] Swap ruby -v and the installation tip
|
| | |/ / / |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ci skip] Fix broken link markup
|
| | |/ / / |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Outdated information about session storage updated [ci skip]
|
| | | | | | |
|
| | | |/ /
| | |/| |
| | | | |
| | | | | |
The guide contains information about Rails 2 storing mechanism, but not Rails 4.
Enhanced the accuracy and coherence of information (There was a part saying "Older versions of Rails use CookieStore, which uses `secret_token` instead of `secret_key_base` that is used by EncryptedCookieStore." while there was no mention of EncryptedCookieStore before)
|
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
guides
|