aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | Change the default adapter from inline to asyncDavid Heinemeier Hansson2016-02-051-4/+6
| |
* | Check off some todos for the Testing guide with @senny [ci skip]Zachary Scott2016-02-051-17/+26
| |
* | docs, remove trailing whitespace from testing guide. [ci skip]Yves Senn2016-02-051-9/+9
| |
* | docs, link Rails specific assertions to the API. [ci skip]Yves Senn2016-02-051-6/+6
| |
* | add missing include to engine test example [ci skip]yuuji.yaginuma2016-02-051-0/+4
| | | | | | | | | | Using url helper method of engine in example code, include `Engine.routes.url_helpers` is required to use helper method of engine.
* | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-041-1/+1
| |
* | Merge pull request #23442 from ↵Rafael França2016-02-031-0/+3
|\ \ | | | | | | | | | | | | prathamesh-sonpatki/improve-pg-version-old-error-message Improve pg version old error message and mention this change in release notes.
| * | Mention PostgreSQL version support in release notes [ci skip]Prathamesh Sonpatki2016-02-031-0/+3
| | |
* | | Merge pull request #23447 from y-yagi/update_pg_supported_version_in_docsYves Senn2016-02-032-2/+2
|\ \ \ | | | | | | | | update supported version of PostgreSQL in docs [ci skip]
| * | | update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-032-2/+2
| | | | | | | | | | | | | | | | Follow up to #23434
* | | | Merge pull request #23436 from y-yagi/use_bin_command_in_routes_taskKasper Timm Hansen2016-02-031-7/+7
|\ \ \ \ | |_|/ / |/| | | use rails command in routes task
| * | | use rails command in routes taskyuuji.yaginuma2016-02-031-7/+7
| |/ / | | | | | | | | | | | | For other task has become to use the rails command at doc and test, I think that routes task also it is better to use the rails command.
* / / use rails secret in rails guidesRyo Hashimoto2016-02-032-2/+2
|/ /
* | Fix typo.Zachary Smith2016-02-021-2/+2
| |
* | Change command_task.rb to commands_task.rb in docsRyan Nielson2016-02-021-1/+1
| | | | | | The initialization documentation references `rails/commands/command_task.rb`. This appears to be a typo as the file is actually `rails/commands/commands_task.rb`.
* | Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-0/+5
| |
* | Merge pull request #23225 from vipulnsward/20420-rake-routes-optionsKasper Timm Hansen2016-02-011-3/+14
|\ \ | | | | | | Add options for rake routes task
| * | Add options for rake routes taskVipul A M2016-02-021-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add two options: `-c` and `-g`. `-g` option returns the urls name, verb and path fields that match the pattern. `-c` option returns the urls for specific controller. Fixes #18902, and Fixes #20420 [Anton Davydov & Vipul A M]
* | | Merge pull request #23406 from hackerkid/masterVipul A M2016-02-021-5/+5
|\ \ \ | | | | | | | | .git added to https repo urls
| * | | .git added to https repo urlsVishnu Ks2016-02-021-5/+5
| | | |
* | | | Merge pull request #23151 from maclover7/fix-23148Rafael França2016-02-011-0/+3
|\ \ \ \ | |/ / / |/| | | Add documentation for #17573
| * | | Add documentation for #17573Jon Moss2016-02-011-0/+3
| |/ / | | | | | | | | | | | | | | | Fixes some parts of #23148. [ci skip]
* / / git protocol replaced with httpsVishnu Ks2016-02-021-5/+5
|/ /
* | Merge pull request #23375 from prathamesh-sonpatki/fix-19835Rafael França2016-02-012-13/+6
|\ \ | | | | | | Fix documentation related to `config.assets.cache_store` [ci skip]
| * | Fix documentation related to `config.assets.cache_store` [ci skip]Prathamesh Sonpatki2016-02-012-13/+6
| | | | | | | | | | | | | | | | | | | | | - sprockets-rails no longer supports customizing cache store after rails/sprockets-rails@ecaeb27 using `config.assets.cache_store`. - Instead we need to configure it using block syntax. - Fixes #19835.
* | | Revert "Merge pull request #23366 from maclover7/add-configuation-ar-docs"Rafael Mendonça França2016-02-011-102/+0
| | | | | | | | | | | | | | | | | | | | | This reverts commit 96355e87cba247246234386b0af9273cc5d59db9, reversing changes made to a00c36feea6c0271b5ad48a949ef294514fdef52. See https://github.com/rails/rails/pull/23366#issuecomment-177714429
* | | Merge pull request #22857 from bdewater/interlock-docVipul A M2016-02-014-8/+9
|\ \ \ | | | | | | | | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip]
| * | | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip]Bart de Water2016-01-314-9/+10
| | | |
* | | | Merge pull request #23368 from ↵Santiago Pastorino2016-01-311-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | y-yagi/remove_backward_compatibility_code_for_minitest_4 remove backward compatibility code for Minitest 4
| * | | | remove backward compatibility code for Minitest 4yuuji.yaginuma2016-01-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The master branch is required Ruby 2.2.2+, for the Ruby 2.2 is bundled Minitest 5.4.3, I think backward compatibility code for Minitest 4 is unnecessary.
* | | | | Remove odd ` [ci skip]Ryuta Kamizono2016-01-311-1/+1
| |_|/ / |/| | |
* | | | Add configuration section to "Active Record Basics" guideJon Moss2016-01-301-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to fill in some missing information as apart of #22931. It's on purpose that the sample `Message` model inherits from `ActiveRecord::Base` -- Active Record is not meant to be coupled to Rails, and we can't guarantee that users outside of the Rails world will have an `ApplicationRecord` class that inherits from `ActiveRecord::Base`. [ci skip]
* | | | Small cleanup to Testing GuideJon Moss2016-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - inbuilt --> built-in - Remove random spaces from code examples [ci skip]
* | | | Merge pull request #23358 from vipulnsward/testing-guide-pass-3Vipul A M2016-01-311-19/+28
|\ \ \ \ | | | | | | | | | | Pass 3 over testing guide
| * | | | Pass 3 over testing guideVipul A M2016-01-311-19/+28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Various grammar fixes - Added assertions for update controller action tests - Added user helper tests - Fix typos [ci skip]
* / / / typo fix [ci skip] Prayag Verma2016-01-311-1/+1
|/ / / | | | | | | Spelling mistake - direcotry > directory
* | | Getting Started Guide: Update Ruby version to 2.3.0p0Francis Go2016-01-291-1/+1
| | |
* | | Docs review of api_app.mdJon Moss2016-01-281-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | Pass through correcting api_app.md. The list of included modules and middleware was tested through a sample API app, and was listed in the same order an end user would see in their terminal. [ci skip]
* | | Remove Rack::Lock from the API guidesRafael Mendonça França2016-01-281-4/+0
| | | | | | | | | | | | | | | | | | It is not always there anymore [ci skip]
* | | Middleware have no pluralRafael Mendonça França2016-01-281-14/+14
| | | | | | | | | | | | [ci skip]
* | | Mark API guide as work in progressRafael Mendonça França2016-01-281-0/+1
| | | | | | | | | | | | The documentation team didn't reviewed it yet so it can't be published.
* | | Put "Using Rails for API-only Applications" in table of contentsPiotr Jakubowski2016-01-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | When I was looking for more info regarding this the only way I ended up on that page was by googling something along the lines of "rails new api" (as I wanted to find out what are the proper parameters when generating api app). I think it's beneficial to have that page in table of contents.
* | | Merge pull request #23237 from gsamokovarov/new-welcome-pageDavid Heinemeier Hansson2016-01-281-0/+0
|\ \ \ | | | | | | | | Introduce new welcome page for new projects
| * | | Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-0/+0
| | | | | | | | | | | | | | | | As requested by David in 23233.
* | | | English explanation to multi-level nested joinCollin Graves2016-01-271-0/+2
| | | | | | | | | | | | Added an "Or, in English..." explanation to the "Joining Nested Associations (Multiple Level)" example.
* | | | Fix typos in asset_pipeline.mdDjoume Salvetti2016-01-271-3/+3
| | | |
* | | | remove duplication section [ci skip]Aditya Kapoor2016-01-271-4/+0
|/ / /
* | | Merge pull request #23208 from vipulnsward/testing-pass-2Jon Moss2016-01-251-14/+14
|\ \ \ | | | | | | | | Pass 2 over testing guide
| * | | Pass 2 over testing guideVipul A M2016-01-231-14/+14
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Grammar fixes - Wordsmitting - Fixed wrong statement about association usage in fixtures - Changed association name from 'one' to 'first' instead - More consistent usage of we/our - Mentions assert_select is below, not already covered in Integration test. [ci skip]
* | | Merge pull request #23210 from sachin21/change_permissionYves Senn2016-01-251-0/+0
|\ \ \ | | | | | | | | Change permission to readonly [ci skip]