Commit Graph

1874 Commits

Author SHA1 Message Date
Rafael Mendonça França
efad3b916f Merge pull request #12493 from drodriguez/patch-1
Keep code consistent with previous code blocks.
2013-10-13 10:04:37 -07:00
Rafael Mendonça França
2978af8a74 Merge pull request #12507 from malavbhavsar/doc_patch
Some fixes in docs [ci skip]
2013-10-12 19:22:40 -07:00
Sıtkı Bağdat
464def3ecf Fix a writing mistake
A small mistake found in the line of ```The default error is "can't be empty"``` for ```:presence``` helper. ```empty``` word changed to ```blank```.
2013-10-12 16:47:17 +03:00
Malav Bhavsar
ce46f20d13 Some fixes in docs [ci skip]
Update a link to point to right section in api docs

Fix a typo
2013-10-11 22:21:07 -07:00
Jeremy Kemper
365110196a Revert "Merge pull request #12480 from iwiznia/master"
This reverts commit e5f5a838b96a362534d9bb60d02334439ed9784c, reversing
changes made to d7567f3290a50952494e9213556a1f283a6cf3a0.
2013-10-11 13:05:29 -07:00
Ionatan Wiznia
90871f7198 flatten and flatten! methods for ActiveSupport::Duration 2013-10-11 12:50:23 +02:00
Daniel Rodríguez Troitiño
723c3881b9 Keep code consistent with previous code blocks.
[ci skip]
2013-10-10 18:38:04 +02:00
Cory Foy
7a1e7b38f2 Modifies the initialization guide to make the initializers process clearer and remove a TODO. [ci skip] 2013-10-09 16:16:12 -04:00
Francis Go
a46138c98e [Validations Guide] Add full stop to the end of sentence [ci skip] 2013-10-10 00:12:57 +11:00
Arun Agrawal
be8d8ba8b5 Added ActionView in rake about [ci skip] 2013-10-09 14:45:20 +02:00
AvnerCohen
f381759430 Minor align BR tags with HTML void - with reference to the generators code change - f038d4cc5f 2013-10-09 14:42:33 +02:00
Yves Senn
a0c0c1cbc1 Merge pull request #12283 from JuanitoFatas/rails-on-rack
[ci skip] Add explanation on Rack::Sendfile middleware in rails_on_rack.md.
2013-10-09 05:00:47 -07:00
Ulysse Carion
e2de7dc5ba Call rails plugin new yaffle in the plugins guide. [ci skip]
It's confusing to not explicitly do this step.
2013-10-08 08:14:51 -07:00
Juanito Fatas
2bd7b1e5b9 [ci skip] Add explanation on Rack::Sendfile and fix serve static files setting. 2013-10-04 16:36:10 +08:00
Geoffrey Roguelon
54c1cdf4ce Fix a typo in the code of Testing guide.
Replace the word «Accepts» by «Accept» in the example of custom request headers.
2013-10-03 10:26:19 +02:00
Xavier Noria
6be94d2927 copy-edits the new guide with our maintenance policy [ci skip] 2013-10-03 00:31:52 +02:00
Matias Korhonen
8045944e29 Adds the Rails maintenance policy to the Guides
[ci skip]
2013-10-03 00:39:29 +03:00
Sebastian Gassner
a6483437f1 guides: configuring: fixing explanation of :after_initialize hook
:after_initialize runs after config/initializers, not before
2013-10-01 13:31:06 +02:00
Jared Beck
6fae1efc59 fixes incorrect spelling of action_on_unpermitted_parameters
See `actionpack/test/controller/parameters/raise_on_unpermitted_params_test.rb`
2013-09-28 21:23:58 -04:00
Rafael Mendonça França
4b89734e8e Merge pull request #12387 from francisgo/patch-9
Migrations Guide: Add semicolon to sentences before code block [ci skip]
2013-09-28 17:23:37 -07:00
Vijay Dev
33434f69c4 Merge branch 'master' of github.com:rails/docrails 2013-09-28 23:28:16 +05:30
Francis Go
98a5169c2e Migrations Guide: Fix line length [ci skip] 2013-09-28 15:39:12 +10:00
Francis Go
b66110c036 Migrations Guide: Add semicolon to sentences before code block [ci skip] 2013-09-28 15:04:01 +10:00
Roman Kofman
5e32bd09b2 Fixed grammatical typo in configuring.md guide. 2013-09-27 10:56:40 -07:00
Francis Go
713f138258 Getting Started Guide: Fix code container in Chapter 5.2 [ci-skip] 2013-09-28 01:45:15 +10:00
Yves Senn
287014d724 Merge pull request #12366 from francisgo/patch-4
Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip]
2013-09-27 04:55:33 -07:00
Francis Go
b41d3210e3 Getting Started Guide: Update sentence in Chapter 5.8 [ci-skip] 2013-09-27 21:22:09 +10:00
Francis Go
ed20b56bec Add new line after create action on CommentsController code example 2013-09-27 16:55:06 +10:00
Yves Senn
3f488d4a07 Merge pull request #12338 from JuanitoFatas/generator
[ci skip] Update scaffold output and change some words.
2013-09-26 09:11:49 -07:00
Juanito Fatas
0294b592ac [ci skip] Update scaffold output and change some words.
Scaffold output: add jbuilder, update timestamp (edge guide!)

Add some file breadcrumb (comment) to help reader find files.

Improve readability by adding some command outputs.

Thanks for great help from @senny.
2013-09-27 00:10:01 +08:00
Yves Senn
d1a7071f15 Merge pull request #12373 from francisgo/patch-6
Getting Started Guide: post.rb -> Post [ci skip]
2013-09-26 09:02:19 -07:00
Yves Senn
0f969a989c Merge pull request #12349 from odigity/master
added "id: false" to HABTM join table example [ci skip]
2013-09-26 06:15:06 -07:00
Yves Senn
3f2ebf2b06 Merge pull request #12356 from francisgo/patch-3
Getting Started Guide: posts_controller -> PostsController [ci skip]
2013-09-26 05:13:20 -07:00
Francis Go
ead0c9a7e5 Getting Started Guide: post.rb -> Post 2013-09-26 19:46:35 +10:00
Yves Senn
66c300cc0e Merge pull request #12357 from JuanitoFatas/AR-basics
[ci skip] Add missing periods in active_record_basics.md.
2013-09-26 00:46:55 -07:00
Juanito Fatas
ec6608ace3 [ci skip] Add missing periods and update link name and some wording. 2013-09-26 15:26:03 +08:00
Yves Senn
920da131d9 quote false reference in querying guide. 2013-09-26 09:16:38 +02:00
Yves Senn
6cc134acf4 Merge pull request #12355 from speakingcode/doc-fix
Correct error in ActiveRecord Querying guide [ci skip]
2013-09-26 00:14:54 -07:00
Francis Go
7e31fbc4a0 Getting Started Guide: update link_to string argument to use single-quote mark, following document style [ci skip] 2013-09-26 13:37:44 +10:00
Francis Go
f2f84cdddd Getting Started Guide: posts_controller -> PostsController [ci skip] 2013-09-26 02:53:38 +10:00
Daniel Lissner
8e4166303b [ci skip] Correct the explanation of the example for find_or_create_by when used with create_with in ActiveRecord Querying guide 2013-09-25 10:39:40 -05:00
wangjohn
e2a7dbfe30 Added missing active record configurations. 2013-09-25 01:20:25 -05:00
Francis Go
dd66761a33 Getting Started Guide: Hello Rails! -> Hello, Rails! and wrap code tag 2013-09-25 13:19:30 +10:00
Ofer Nave
803ecc7334 added "id: false" to HABTM join table example
Based on the instructions further down in section 3.3.2.
2013-09-24 20:34:50 -04:00
Rafael Mendonça França
7c2a29ec0b Merge pull request #12346 from graysonwright/patch-1
[Documentation] Add a missing validation to I18n docs
2013-09-24 16:46:05 -07:00
Rafael Mendonça França
0dba7f664a Merge pull request #12341 from odigity/master
added column type to example in section 2.3
2013-09-24 16:43:06 -07:00
Grayson Wright
52f3717569 [Documentation] Add a missing validation to I18n docs
The guide was missing a description of the error message
interpolation for validates_numericality_of with
the :only_integer option.
2013-09-24 17:07:57 -04:00
Xavier Noria
b1178aef3b Merge pull request #10822 from gaurish/pool
Add note about database connection pool in postgres template
2013-09-24 10:55:13 -07:00
Ofer Nave
de1e502429 added column type to example in section 2.3 2013-09-24 12:27:21 -04:00
Francis Go
36bc2c40f9 Getting Started Guide: update RubyGems Guides link [ci skip] 2013-09-24 23:30:47 +10:00