aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | [CI SKIP] Corrections to testing guide.Guo Xiang Tan2014-11-141-2/+2
| | | | | | | | Partially revert https://github.com/rails/rails/commit/c31e638a37946a120f6dbf207127d36beea5ab85.
* | [ci skip] Remove deprecated testing tasksSandip Ransing2014-11-141-4/+2
| | | | | | | | | | This has changed recently and so rake test:all and rake test:all:db are deprecated.
* | [ci skip] Improve upon testing tasks guideSandip Ransing2014-11-141-3/+5
| | | | | | | | Add missing testing tasks and also improve upon tasks descriptions
* | [ci skip] Capybara added to other testing approachesSandip Ransing2014-11-141-0/+1
| |
* | [ci skip] Add one more example to routing testing, and highlight associationSandip Ransing2014-11-131-2/+6
| | | | | | | | name keywords
* | Merge pull request #17348 from DavidGeukers/rake_test_allDavid Heinemeier Hansson2014-11-121-3/+2
|\ \ | | | | | | simplify rake test vs rake test:all
| * | Simplify rake test vs rake test:allDavid Geukers2014-11-101-3/+2
| | | | | | | | | | | | Renames `rake test:all` to `rake test` by changing old `rake test:run` to previous version of `rake test:all`. Removes old definition of `rake test`. Also renames `rake test:all:db` to `rake test:db` and deprecates `rake test:all` & `rake test:all:db`
* | | Replace "behaviour" with "behavior"Dave Powers2014-11-111-2/+2
| | | | | | | | | Update to consistently use American English [ci skip]
* | | [ci skip] Fix typo in command_line.mdyui-knk2014-11-091-1/+1
| | |
* | | Merge pull request #17557 from yui-knk/fix/command_line_guideVijay Dev2014-11-081-6/+2
|\ \ \ | | | | | | | | [ci skip] Fix line break on command line guide
| * | | [ci skip] Fix line break on command line guideyui-knk2014-11-081-6/+2
| | | |
* | | | Merge pull request #17476 from robin850/job-testingRobin Dupret2014-11-081-0/+62
|\ \ \ \ | |/ / / |/| | | Add a section about job testing [ci skip]
| * | | Add a section about job testing [ci skip]Ryan Selk2014-11-021-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Cover lower level job testing (assertions about the execution of the job itself). * Add a table with the custom assertions provided by Active Job's `TestHelper` module. * Add an example testing job queuing inside a model
* | | | Guides: Corrected name for assigns key [ci skip]Jimmy Petersen2014-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | - Integration test example is now using 'articles' name for both path and assigns key.
* | | | [ci skip] modify default host in command line guideyuuji.yaginuma2014-11-071-2/+2
| | | |
* | | | docs, synchronize 4.2. release notes. [ci skip]Yves Senn2014-11-061-4/+11
| | | | | | | | | | | | | | | | /cc @chancancode
* | | | Merge pull request #17529 from slothbear/patch-1Yves Senn2014-11-061-1/+1
|\ \ \ \ | | | | | | | | | | Remove redundancy [ci skip]
| * | | | Remove redundancyPaul Morganthall2014-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I love this guide! and "visually see" is redundant. remove "visually", then the sentence reads: > Action Mailer previews provide a way to see how emails look
* | | | | Replace Html with HTML [ci skip]Prathamesh Sonpatki2014-11-061-2/+2
|/ / / / | | | | | | | | | | | | - Everywhere else we using HTML Sanitizer except this place.
* | | | Update `bin/rake about` [ci skip]Arun Agrawal2014-11-051-6/+1
| | | | | | | | | | | | | | | | As we are no more displaying frameworks
* | | | Add skip-turbolinks entry to 4.2 release notes and improve changelogCarlos Antonio da Silva2014-11-051-0/+4
| | | | | | | | | | | | | | | | [ci skip]
* | | | Remove skip-gems from 4-2 release notesPrathamesh Sonpatki2014-11-051-4/+0
| | | | | | | | | | | | | | | | | | | | - This option was removed in https://github.com/rails/rails/commit/bf17c8a531bc80. - [ci skip]
* | | | [ci skip] fix `config.assets.digest` default valueyuuji.yaginuma2014-11-051-1/+1
| | | |
* | | | [ci skip] Fixup spelling and grammar in 4.2 guideseileencodes2014-11-041-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Capitalize CSS, SQL Change spelling of favour to favor - updated for consistency, the rest of the document uses "favor". Grammar / spelling pass
* | | | Mention that articles resource should be added by user in getting started guidePrathamesh Sonpatki2014-11-051-4/+4
| | | | | | | | | | | | | | | | [ci skip]
* | | | 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
|/ / / /