aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* [Testing guide] Using "Fixtures API" consistentlyPrathamesh Sonpatki2014-11-101-1/+1
| | | | | | | | | - In guides, "API" is used consistently instead of "api". - Reason behind replacing "fixtures API" to "Fixtures API" is because here we are referring to the concept of "fixtures". In other places in the guide "fixture" OR "fixtures" is referred to the single or multiple instances of test data. - This is also followup of https://github.com/rails/docrails/commit/aa9d1332b20305dd860b21a7ada06c5252bebad5#commitcomment-8497376.
* [Testing guide] Use "Fixtures API" instead of "fixture api".Prathamesh Sonpatki2014-11-101-1/+1
|
* Merge branch 'master' of github.com:rails/railsVijay Dev2014-11-049-34/+72
|\
| * update rails version for earlier releases in edgeguidesGaurav Sharma2014-11-041-1/+1
| |
| * Tiny documentation styling fixes [ci skip]Robin Dupret2014-11-021-1/+2
| |
| * Add link to API Documentation GuidelinesDave Powers2014-11-011-0/+1
| | | | | | | | Link to the "English" section to specify American English be used for the Guides [ci skip]
| * Tiny documentation fixes and styling improvementsRobin Dupret2014-11-011-10/+15
| | | | | | | | [ci skip]
| * Fix break on generated htmlCakey | Buddy Magsipoc2014-11-011-2/+1
| | | | | | | | | | fixes this : ![http://i.imgur.com/86scI3a.png](http://i.imgur.com/86scI3a.png))
| * Merge pull request #17040 from clyfe/patch-1Rafael Mendonça França2014-10-311-2/+4
| |\ | | | | | | Explicit route test class
| | * Explicit route test classClaudius Nicolae2014-09-241-2/+4
| | | | | | | | | shows the class that the test must extend in order to have the assert_routing method available
| * | Tiny documentation improvements [ci skip]Robin Dupret2014-10-311-5/+4
| | |
| * | Merge pull request #17460 from hbriggs/masterAbdelkader Boudih2014-10-311-4/+7
| |\ \ | | | | | | | | Masked authenticity token section, finder options details, misc typos [ci skip]
| | * | Add masked authenticity token section, details on finder options, misc typos ↵Hannah Briggs2014-10-311-5/+8
| | | | | | | | | | | | | | | | [ci skip]
| * | | [ci skip] fix incorrect key in Active Support Instrumentation guideyuuji.yaginuma2014-10-311-5/+5
| | | |
| * | | Add status code to AS::Instrumentation table, like #17441 [ci skip]Zachary Scott2014-10-301-0/+1
| | | |
| * | | Add :db_runtime to table [ci skip]Łukasz Strzałkowski2014-10-301-0/+1
| | | | | | | | | | | | | | | | It was missing from table, but is present in sample hash below
| * | | correct GlobalID mixin name in the guidesChris Moylan2014-10-291-1/+1
| | | |
| * | | [ci skip] Fixes typos in section 2.7 "Rails Html Sanitizer", adds content to ↵Hannah Briggs2014-10-291-3/+3
| |/ / | | | | | | | | | section 2.8 "Rails DOM Testing"
| * | better example for tokenizer lambda [ci skip]Robin Tweedie2014-10-291-1/+1
| | | | | | | | | | | | | | | Splitting on whitespace makes more sense in the context of counting words in an essay.
| * | Merge pull request #17039 from zv1n/add_prefix_delimiterRafael Mendonça França2014-10-281-0/+23
| |\ \ | | | | | | | | Added ability to configure the queue_name_prefix delimiter to ActiveJob::QueueName.
| | * | Added queue_name_delimiter attribute.Terry Meacham2014-10-261-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added ActiveJob::Base#queue_name_delimiter to allow for developers using ActiveJob to change the delimiter from the default ('_') to whatever else they may be using (e.g., '.', '-', ...). - Updated source guide to include a blurb about the delimiter.
| * | | Mention only_path deprecation in release notes [ci skip]Godfrey Chan2014-10-281-0/+3
| | | |
* | | | [ci skip] Add highlight to code (form helper guide).Juanito Fatas2014-10-251-1/+1
| | | |
* | | | [ci skip] No need to indent here (AC overview).Juanito Fatas2014-10-251-6/+6
| | | |
* | | | [ci skip] Add missing blank line to AR validation.Juanito Fatas2014-10-251-0/+1
|/ / /
* | | The code was not up-to-dateAkira Matsuda2014-10-251-9/+7
| | |
* | | Fix typo in "Active Record Basics" guide. [ci skip]nakadai2014-10-241-1/+1
|/ /
* | AR Migrations Guide#Foreign Keys: fix wrong tableJon Atack2014-10-241-1/+1
| | | | | | [skip ci]
* | Update CHANGELOG and release notes for e98f2a7Godfrey Chan2014-10-221-0/+4
| |
* | Oops, missed a closing bracket [ci skip]Godfrey Chan2014-10-211-1/+1
| |
* | [ci skip] Provide more reasoning to not accept cosmetic changesTu Hoang2014-10-211-1/+1
| |
* | fix wrong #17318 [ci skip]Igor Kapkov2014-10-191-1/+1
| |
* | make guides example more friendly to nonlatin langsIgor Kapkov2014-10-191-1/+1
| |
* | Improve the warning a bit [ci skip]Rafael Mendonça França2014-10-161-1/+1
| |
* | Merge pull request #15827 from ↵Rafael Mendonça França2014-10-161-1/+3
|\ \ | | | | | | | | | | | | | | | yuki24/another-improvements-for-dynamic-error-pages A warning line should look like a warning section in Guides
| * | A warning line should look like a warning sectionYuki Nishijima2014-06-191-1/+3
| | | | | | | | | | | | [ci skip]
* | | Clarify wording in Rails HTML Sanitizer sectionDave Powers2014-10-161-1/+1
| | | | | | | | | [ci skip]
* | | mention the :without option [ci skip]Rob2014-10-161-0/+2
| | | | | | | | | As pointed out in the ActiveModel::Validations::HelperMethods #validates_format_of documentation.
* | | Merge pull request #17281 from y-yagi/configuring_guideZachary Scott2014-10-161-14/+15
|\ \ \ | | | | | | | | [ci skip] add AC::InvalidCrossOriginRequest to list of rescue_responses default
| * | | [ci skip] add AC::InvalidCrossOriginRequest to list of rescue_responses defaultyuuji.yaginuma2014-10-161-14/+15
| | | |
* | | | Remove broken http://tore.darell.no linkclaudiob2014-10-151-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Replace with Twitter account, unless @toretore has a better suggestion :ear since http://tore.darell.no returns 404. [ci skip]
* | | [ci skip] removing ruby-i18n.org/wiki link that is not available and using ↵Gaurav Sharma2014-10-091-9/+6
| | | | | | | | | | | | “gems” instead of plugins
* | | Warning about middleware not auto-reloadingNicolas Cavigneaux2014-10-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add a section in the guide to explain that Rails can't auto-reload a middleware on code change. Fix #16806 [ci skip]
* | | Fix grammarDave Powers2014-10-071-1/+1
| | |
* | | Fix typo in Active Model guidePrathamesh Sonpatki2014-10-051-2/+2
| | | | | | | | | | | | | | | - instrospection -> introspection. - [ci skip]
* | | [ci skip] Merge ActiveModel::SecurePassword guide from @aditya-kapoorZachary Scott2014-10-041-0/+46
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'active-model-secure-password-guide' of https://github.com/aditya-kapoor/rails into aditya-kapoor-active-model-secure-password-guide Conflicts: guides/source/active_model_basics.md
| * | | [ci skip] add guide for ActiveModel::SecurePasswordAditya Kapoor2014-08-111-0/+46
| | | |
* | | | Edits to ActiveModel guide [ci skip]Nick Meehan2014-10-041-36/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some grammatical errors and rewording of sentences throughout document - Renaming headers to be more human readable, and if following paragraphs do not include module names, adding those in - In ActiveModel::AttributeMethods * formatting expected output correctly, changing from `#` to `# =>` - In ActiveModel::Dirty * changing expected output of person.first_name_was from "First Name" to nil * removing 'active_model' requirement at top of code snippet - In ActiveModel::Validations * originally Person.new(token: "2b1f325") raises an argument error (1 for 0), so setting of attribute occurs on the line after object instantiation - In ActiveModel::Naming * closing code snippet tag at end of section so ActiveModel::Model is a separate section - In ActiveModel::Model * fixing spelling mistake of attr_accessor - In ActiveModel::Serialization * adding edit to description of how from_json and from_xml works under serialization - In ActiveModel::Lint::Tests * capitalizing person for class name
* | | | Add Active Model to guides [ci skip]Mauro George2014-10-042-14/+302
| | | |
* | | | Clarify possible validations you can use to avoid a NULL boolean valueZachary Scott2014-10-031-2/+8
| | | | | | | | | | | | | | | | in the database. Closes #16304 [ci skip]