aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
* exists? is deprecated in ruby trunk [ci skip]Rashmi Yadav2013-11-012-4/+4
| | | see here 4d4ff531b8807ee88a3fc46875c7e76f613956fb
* guides/rails_on_rack: Fix formatting of _Internal Middleware Stack_ sectionZachary Scott2013-10-281-23/+23
|
* fix typo introduced when searching in markdown document with vimDamien Mathieu2013-10-241-14/+14
|
* rephrase the overriding views part about the view pathDamien Mathieu2013-10-241-15/+15
| | | | See rails/rails#12608
* Fixed URL link to rendered_component plugin [ci skip]Harshad Sabne2013-10-231-1/+1
|
* Update 4_0_release_notes.mdHarshad Sabne2013-10-221-2/+2
| | | Code Highlighted
* Fixes typoJay Hayes2013-10-201-1/+1
|
* Update 3_2_release_notes.mdHarshad Sabne2013-10-201-1/+1
| | | Code style adherence
* Update I18n guide to note the additional features of the `translate` view helperJay Hayes2013-10-191-1/+7
|
* Updated 3.2.x link [ci skip]Rashmi Yadav2013-10-181-1/+1
|
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-10-151-1/+1
|\
| * Use ActiveRecord::Base#update! instead of #update_attributes!Zachary Scott2013-09-281-1/+1
| |
* | Remove size alias for length validationSıtkı Bağdat2013-10-141-2/+0
| | | | | | | | | | | | | | | | | | | | Removed ```The `size` helper is an alias for `length`.``` line. If you use this "nonexist" helper, you will get an error message like this: ``` ArgumentError: Unknown validator: 'SizeValidator' ... ``` Maybe wanted to mean ```validates_size_of``` helper as an alias for ```validates_length_of``` helper.
* | Merge pull request #12493 from drodriguez/patch-1Rafael Mendonça França2013-10-131-2/+2
|\ \ | | | | | | Keep code consistent with previous code blocks.
| * | Keep code consistent with previous code blocks.Daniel Rodríguez Troitiño2013-10-101-2/+2
| | | | | | | | | [ci skip]
* | | Merge pull request #12507 from malavbhavsar/doc_patchRafael Mendonça França2013-10-122-2/+2
|\ \ \ | | | | | | | | Some fixes in docs [ci skip]
| * | | Some fixes in docs [ci skip]Malav Bhavsar2013-10-112-2/+2
| |/ / | | | | | | | | | | | | | | | Update a link to point to right section in api docs Fix a typo
* | | Fix a writing mistakeSıtkı Bağdat2013-10-121-1/+1
| | | | | | | | | A small mistake found in the line of ```The default error is "can't be empty"``` for ```:presence``` helper. ```empty``` word changed to ```blank```.
* | | Revert "Merge pull request #12480 from iwiznia/master"Jeremy Kemper2013-10-111-15/+0
| | | | | | | | | | | | | | | This reverts commit e5f5a838b96a362534d9bb60d02334439ed9784c, reversing changes made to d7567f3290a50952494e9213556a1f283a6cf3a0.
* | | flatten and flatten! methods for ActiveSupport::DurationIonatan Wiznia2013-10-111-0/+15
|/ /
* | Modifies the initialization guide to make the initializers process clearer ↵Cory Foy2013-10-091-6/+16
| | | | | | | | and remove a TODO. [ci skip]
* | [Validations Guide] Add full stop to the end of sentence [ci skip]Francis Go2013-10-101-1/+1
| |
* | Added ActionView in rake about [ci skip]Arun Agrawal2013-10-091-5/+6
| |
* | Minor align BR tags with HTML void - with reference to the generators code ↵AvnerCohen2013-10-092-2/+2
| | | | | | | | change - https://github.com/rails/rails/commit/f038d4cc5fe1ac21f92c7e32c61ff85a0c816f3f
* | Merge pull request #12283 from JuanitoFatas/rails-on-rackYves Senn2013-10-091-1/+5
|\ \ | | | | | | [ci skip] Add explanation on Rack::Sendfile middleware in rails_on_rack.md.
| * | [ci skip] Add explanation on Rack::Sendfile and fix serve static files setting.Juanito Fatas2013-10-041-1/+5
| | |
* | | Call `rails plugin new yaffle` in the plugins guide. [ci skip]Ulysse Carion2013-10-081-3/+9
| | | | | | | | | | | | It's confusing to not explicitly do this step.
* | | Fix a typo in the code of Testing guide.Geoffrey Roguelon2013-10-031-1/+1
| | | | | | | | | | | | Replace the word «Accepts» by «Accept» in the example of custom request headers.
* | | copy-edits the new guide with our maintenance policy [ci skip]Xavier Noria2013-10-031-14/+11
| | |
* | | Adds the Rails maintenance policy to the GuidesMatias Korhonen2013-10-032-0/+66
| | | | | | | | | | | | [ci skip]
* | | guides: configuring: fixing explanation of :after_initialize hookSebastian Gassner2013-10-011-1/+1
| | | | | | | | | | | | :after_initialize runs after config/initializers, not before
* | | fixes incorrect spelling of `action_on_unpermitted_parameters`Jared Beck2013-09-281-1/+1
| | | | | | | | | | | | See `actionpack/test/controller/parameters/raise_on_unpermitted_params_test.rb`
* | | Merge pull request #12387 from francisgo/patch-9Rafael Mendonça França2013-09-281-14/+14
|\ \ \ | |_|/ |/| | Migrations Guide: Add semicolon to sentences before code block [ci skip]
| * | Migrations Guide: Add semicolon to sentences before code block [ci skip]Francis Go2013-09-281-14/+14
| | |
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-287-55/+24
|\ \ \
| * | | Added missing active record configurations.wangjohn2013-09-251-0/+6
| | | |
| * | | use active voice and use more descriptive termsWeston Platter2013-09-221-1/+1
| | | |
| * | | Fix Show link on resourceVipul A M2013-09-171-1/+1
| | | |
| * | | incorrect urlSergio2013-09-161-1/+1
| | | | | | | | | | | | incorrect url
| * | | incorrect urls Sergio2013-09-161-2/+2
| | | | | | | | | | | | I've found two incorrects urls for adding ':' at the end of the url
| * | | surplus : in attachment_fu pluginSergio2013-09-151-1/+1
| | | | | | | | | | | | surplus ':' character in url
| * | | EncryptedCookieStore => CookieStore [ci skip]Rashmi Yadav2013-09-131-1/+1
| | | |
| * | | asset_url => asset-url in sass-rails docs [ci skip]Rashmi Yadav2013-09-131-1/+1
| | | |
| * | | Removed doc of diff method [ci skip]Rashmi Yadav2013-09-131-38/+0
| | | |
| * | | Updated guides with latest method [ci skip]Rashmi Yadav2013-09-131-2/+2
| | | |
| * | | Updated the file path [ci skip]Rashmi Yadav2013-09-131-4/+4
| | | |
| * | | Updated with latest method [ci skip]Rashmi Yadav2013-09-131-4/+5
| | | |
* | | | Migrations Guide: Fix line length [ci skip]Francis Go2013-09-281-2/+2
| | | |
* | | | Fixed grammatical typo in configuring.md guide.Roman Kofman2013-09-271-1/+1
| |/ / |/| |
* | | Getting Started Guide: Fix code container in Chapter 5.2 [ci-skip]Francis Go2013-09-281-0/+2
| | |