1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

3818 commits

Author SHA1 Message Date
Ronak Jangir
953a83e918 Removed Extra ‘the’ [ci skip] 2015-09-06 14:20:06 +05:30
yuuji.yaginuma
40c96f7be5 fix module name typo in API app guide [ci skip] 2015-09-04 14:38:54 +09:00
yuuji.yaginuma
75d96ac831 add a description of the return value that was missing [ci skip] 2015-09-03 07:32:27 +09:00
Ignatius Reza
7a11b10e3d [ci skip] fix invalid package name for libmysqlclient-dev
tested on Ubuntu Desktop 15.04
2015-09-02 18:30:03 +09:00
kishore-mohan
cf82b2e034 typo "description not clear corrected with proper description and action_controller_overview file Rails' -> Rails" [ci skip] 2015-09-02 09:19:47 +05:30
claudiob
9ddd1c4451 Fix: make Travis CI happy about guides again
Tests on Rails [are currently failing](https://travis-ci.org/rails/rails/jobs/78255666).

The reason is the dependency of Rails master from gems that are currently on
GitHub (not on RubyGems) and should be explicitly referenced in the Guides
test files.
2015-09-01 10:00:06 -07:00
amitkumarsuroliya
a274c78c26 typo fix [ci skip]
sub-project's should be sub-projects' at all places
2015-09-01 18:27:23 +05:30
Rafael Mendonça França
57393957e1 Merge pull request from akshat-sharma/master
Add case_sensitive option for confirmation validation
2015-09-01 02:42:43 -03:00
Akshat Sharma
2438a1cf4e Add case_sensitive option for confirmation validation
Case :- 1. In case of email confirmation one needs case insensitive comparison
        2. In case of password confirmation one needs case sensitive comparison

[ci skip] Update Guides for case_sensitive option in confirmation validation
2015-09-01 10:42:51 +05:30
Sean Griffin
13c6903451 Merge pull request from yui-knk/fix/what_change_method_can_reverse
[ci skip] Update what methods `Migration#change` can reverse
2015-08-30 19:20:22 -06:00
yui-knk
df9cfc055a [ci skip] Update what methods Migration#change can reverse
* Documentations and comments about what methods
  `Migration#change` can reverse is out of date.
  For example `change_column_default` is now reversible
  by this [commit](https://github.com/rails/rails/pull/20018).

* Comments about `CommandRecorder` dose not match with Rails Guide.
  For example `add_foreign_key` is listed only on Rails Guide.
2015-08-31 10:08:38 +09:00
yuuji.yaginuma
341151da5b fix typo in method name [ci skip] 2015-08-30 22:16:27 +09:00
Shivani
ac1c888b95 [ci skip] Better description for starting up with new Rails project
These changes rephrases the description with better explanation of step by step process.
2015-08-28 15:31:59 +02:00
Konstantinos Rousis
7ddf72d008 fix reference to undefined variable in email testing guide [ci skip] 2015-08-28 09:39:06 +02:00
Claudio B.
65684d76fd Merge pull request from piton4eg/patch-9
Fix Configuring Active Record  [ci skip]
2015-08-27 19:11:51 -07:00
yuuji.yaginuma
c98fd25120 remove link to outdated article in plugins guide [ci skip]
linked article is a description of the plugins in Rails 2.1.
2015-08-28 09:18:08 +09:00
Alexey Markov
0c85705f38 Fix Configuring Active Record [ci skip] 2015-08-27 23:16:44 +03:00
Aaron Patterson
d47438745e remove RackDelegation module
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)
2015-08-26 11:53:15 -07:00
Robin Dupret
f59de082bf Fix a tiny typo [ci skip] 2015-08-25 16:13:34 +02:00
Robin Dupret
f150decfe2 A quick pass over the testing guide
* 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]
2015-08-25 16:13:34 +02:00
Robin Dupret
be19bf3728 Merge pull request from yui-knk/fix/migration_file_timestamp
[ci skip] Fix migration file's timestamp
2015-08-24 19:04:50 +02:00
yui-knk
454e0c1c8d [ci skip] Fix migration file's timestamp
In rails generally migration file's timestamp is "YYYYMMDDHHMMSS".
2015-08-24 21:21:44 +09:00
Yves Senn
5500e28eb3 Merge pull request from y-yagi/add_activejob_section_to_instrumentation_guide
add Active Job section to instrumentation guide [ci skip]
2015-08-24 13:33:45 +02:00
Yves Senn
a256a5790a Merge pull request from piton4eg/patch-8
Small fixes [ci skip]
2015-08-24 11:56:16 +02:00
Yves Senn
5abff7cff7 guides, move incomplete example to corresponding option.
[ci skip]

This example is dependent on the `:end_at` option and has been removed
from `4-2-stable` (d167b81152)
2015-08-24 11:47:59 +02:00
Vijay Dev
4f252cddc1 Merge branch 'master' of github.com:rails/rails
Conflicts:
	guides/source/security.md
2015-08-24 06:05:07 +00:00
Vijay Dev
bc36ffeec0 Revert "[ci skip] Fix to a, b or c format"
This reverts commit 9876a16904.

Reason: Oxford commas are preferred. This is now documented in
the documentation guidelines.
2015-08-24 04:32:24 +00:00
Vijay Dev
5bcb454ba4 add commas removed earlier [ci skip] 2015-08-24 04:32:09 +00:00
yui-knk
58e02ac839 [ci skip] Fix the grammar
This is discussed on https://github.com/rails/rails/pull/21334
2015-08-24 13:19:48 +09:00
Alexey Markov
0fb2600bbb Fix docs for debugging [ci skip]:
* fix command list for thread
* add omitted end of code
* fix description for `continue` and `finish` command
2015-08-24 08:13:26 +04:00
shunsukeaida
10c73386ae Remove a link to the site that seems to be gone. [ci skip]
Followup to .
2015-08-23 23:39:04 +09:00
yuuji.yaginuma
6e46ba397e fix syntax error in strip_links example [ci skip]
can not use double quotes in double quoted string without escape
2015-08-23 21:07:05 +09:00
Richard Schneeman
55320fa9eb Merge pull request from yui-knk/doc/about_comma_style
[ci skip] Add style guide about comma
2015-08-22 21:07:33 -05:00
yui-knk
fedfc3bc12 [ci skip] Add style guide about comma 2015-08-23 09:53:31 +09:00
Santiago Pastorino
4115a12da1 Merge pull request from bquorning/http-status-codes-changed-in-rack
Rack changed their status codes to IETF RFC 7231
2015-08-22 16:35:13 -03:00
Jon Atack
94a0c1c584 [skip ci] Debugging Rails Guide fixes
- 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 :)
2015-08-22 10:55:59 +02:00
Yves Senn
acb2b07ebd Merge pull request from piton4eg/patch-7
Small fixes [ci skip]
2015-08-21 09:24:35 +02:00
Alexey Markov
0b18876e15 Add bold to lists' titles [ci skip] 2015-08-21 10:19:38 +03:00
Benjamin Quorning
3ec3ac6192 4.2 release notes about render status options 2015-08-21 09:04:51 +02:00
Benjamin Quorning
4bcab1cdb8 Rack changed their status codes to IETF RFC 7231
2015-08-21 09:04:50 +02:00
Aaron Patterson
7354ef146e argh!!! 2015-08-20 13:55:48 -07:00
Alexey Markov
81cec09aac Small fixes [ci skip] 2015-08-20 21:36:58 +03:00
maclover7
8e35ab8610 Add code of conduct to README.md and to contributing guide [ci skip] 2015-08-18 19:53:31 -04:00
Alexey Markov
76c2f01fcb Small fixes [ci skip] 2015-08-17 23:09:31 +03:00
Kasper Timm Hansen
65d3bf9153 Merge pull request from jonatack/update-debugging-guide-byebug-info
Update the Debugging Rails Guide [skip ci]
2015-08-17 22:01:24 +02:00
Jon Atack
60a3122171 Update the Debugging Rails Guide
[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.
2015-08-17 20:23:26 +02:00
Zachary Scott
7985908bea reorganize testing guide. [Zachary Scott & Yves Senn]
[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.
2015-08-17 16:23:59 +02:00
Sean Griffin
249a06d3be Merge pull request from DropsOfSerenity/master
make disable_with default in submit_tag
2015-08-17 06:49:00 -06:00
Robin Dupret
b803798b9d Tiny documentation fixes [ci skip]
* 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.
2015-08-16 14:16:20 +02:00
Alexey Markov
b00c436101 Small fixes [ci skip] 2015-08-15 00:19:47 +03:00