aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-12-149-16/+70
|\ \ \
| * | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `BigDecimal.new` has been deprecated in BigDecimal 1.3.3 which will be a default for Ruby 2.5. Refer https://github.com/ruby/bigdecimal/commit/533737338db915b00dc7168c3602e4b462b23503 * This commit has been made as follows: ``` cd rails git grep -l BigDecimal.new | grep -v guides/source/5_0_release_notes.md | grep -v activesupport/test/xml_mini_test.rb | xargs sed -i -e "s/BigDecimal.new/BigDecimal/g" ``` - `activesupport/test/xml_mini_test.rb` Editmanually to remove `.new` and `::` - guides/source/5_0_release_notes.md This is a Rails 5.0 release notes.
| * | Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_pageEileen M. Uchitelle2017-12-135-12/+12
| |\ \ | | | | | | | | Make it same title in index and page [ci skip]
| | * | Make it same title in index and page [ci skip]Yoshiyuki Hirano2017-08-315-12/+12
| | | |
| * | | Update 'Configuring Rails Applications' guidebogdanvlviv2017-12-121-0/+4
| | | | | | | | | | | | | | | | | | | | - Add mention about `config.active_record.internal_metadata_table_name` - Add mention about `config.active_record.protected_environments`
| * | | Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci]fatkodima2017-12-121-1/+1
| | | |
| * | | Merge pull request #31402 from yhirano55/update_routing_guide_for_direct_methodRyuta Kamizono2017-12-121-0/+43
| |\ \ \ | | | | | | | | | | [ci skip] Update routing guide for Direct & resolved routes
| | * | | [ci skip] Update routing guide for DirectYoshiyuki Hirano2017-12-121-0/+43
| | | |/ | | |/| | | | | | | | | * Added the direct method to routing guide.
| * / | [ci skip] Update instrumentation guide for ActiveStorageYoshiyuki Hirano2017-12-121-0/+7
| |/ / | | | | | | | | | * Added `service_delete_prefixed.active_storage`.
* | | Apply edits and suggestionsJeffrey Guenther2017-12-081-20/+19
| | |
* | | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-12-0814-42/+45
|\| |
| * | Add headless firefox driver to System Testsbogdanvlviv2017-12-071-1/+2
| | |
| * | Merge pull request #31345 from yhirano55/add_assert_in_epsilon_to_testing_guideEileen M. Uchitelle2017-12-061-0/+2
| |\ \ | | | | | | | | Add `assert_in_epsilon` to Testing guide [ci skip]
| | * | Add `assert_in_epsilon` to Testing guide [ci skip]Yoshiyuki Hirano2017-12-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found `assert_in_epsilon` is not be in "2.4 Available Assertions". So I Added them. MiniTest::Assertions#assert_in_epsilon: https://github.com/seattlerb/minitest/blob/master/lib/minitest/assertions.rb#L204-L210
| * | | Update "Active Record Query Interface" guide [ci skip]bogdanvlviv2017-12-041-9/+9
| |/ / | | | | | | | | | | | | - Add missing `LIMIT 1` for some queries - Make some examples of query more readable
| * | [ci skip] Add a missing space before closing curly braceswillnet2017-12-021-1/+1
| | |
| * | Merge pull request #31293 from ydakuka/fix-gemfile-guidesYuji Yaginuma2017-12-0111-28/+28
| |\ \ | | | | | | | | Cosmetic changes for Gemfile [ci skip]
| | * | Cosmetic changes [ci skip]Yauheni Dakuka2017-11-3011-28/+28
| | | |
| * | | [ci skip] Updated links for uncorn which redirect & added https for nginx linkDixit Patel2017-11-301-3/+3
| |/ /
* | | Incorporate latest round of feedbackJeffrey Guenther2017-12-041-57/+67
| | |
* | | Change info to noteJeffrey Guenther2017-11-301-1/+9
| | |
* | | Adds Javan's event exampleJeffrey Guenther2017-11-301-2/+98
| | |
* | | Merge branch 'master' into activestorage-guideJeffrey Guenther2017-11-3021-59/+275
|\| |
| * | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-0/+5
| | |
| * | Fix typos and add a few suggestionsFatos Morina2017-11-281-1/+1
| | |
| * | [ci skip] Update MVC wiki linkDixit Patel2017-11-281-1/+1
| | |
| * | Add releases notes to the guides indexRafael Mendonça França2017-11-271-0/+4
| | |
| * | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-0/+4
| | |
| * | Merge pull request #31242 from fgo/patch-22Rafael França2017-11-271-2/+2
| |\ \ | | | | | | | | Update Rails on Rack guide [ci skip]
| | * | Update Rails on Rack guide [ci skip]Francis Go2017-11-271-2/+2
| | | |
| * | | Merge pull request #31237 from prathamesh-sonpatki/5-2-release-notesRafael França2017-11-271-0/+210
| |\ \ \ | | | | | | | | | | Added first draft of Rails 5.2 release notes [ci skip]
| | * | | Added CSP as major feature [ci skip]Prathamesh Sonpatki2017-11-271-0/+5
| | | | |
| | * | | Added first draft of Rails 5.2 release notes [ci skip]Prathamesh Sonpatki2017-11-271-0/+205
| | | | |
| * | | | Update the middleware list with CSP [ci skip]Prathamesh Sonpatki2017-11-271-0/+1
| |/ / /
| * | | fix comma splice [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| | | |
| * | | verb tense correction [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| | | |
| * | | gendered wording not necessary; changed to neutral [ci skip]Ashley Engelund (weedySeaDragon @ github)2017-11-261-1/+1
| | | |
| * | | Merge pull request #31181 from tenshilg/fix-api-guidesRafael França2017-11-251-2/+4
| |\ \ \ | | | | | | | | | | Fix names of http authentication modules in api only guides
| | * | | Fix names of http authentication modules in api_app guidesRoman Kovtunenko2017-11-191-2/+4
| | | | |
| * | | | Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When `form_with` was introduced we disabled the automatic generation of ids that was enabled in `form_for`. This usually is not an good idea since labels don't work when the input doesn't have an id and it made harder to test with Capybara. You can still disable the automatic generation of ids setting `config.action_view.form_with_generates_ids` to `false.`
| * | | Update guide layout [ci skip]Francis Go2017-11-251-3/+3
| | | |
| * | | [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions ins… ↵Atul Shimpi2017-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#31225) * [ci skip] SecureRandom should mentioned Win32 CryptoAPI functions instead of Win32 * Remove functions word
| * | | Merge pull request #30881 from dimroc/masterVipul A M2017-11-251-36/+24
| |\ \ \ | | | | | | | | | | Update documentation to lead with ajax param `event.detail` [ci skip]
| | * | | Update documentation to lead with ajax param `event.detail`Dimitri Roche2017-11-241-4/+9
| | | | |
| | * | | Update documentation to lead with ajax param `event.detail`Dimitri Roche2017-10-131-36/+19
| | | | |
| * | | | [ci skip] Rails Associations examples contains ActiveRecord::Base reference ↵Atul Shimpi2017-11-247-0/+0
| | | | | | | | | | | | | | | | | | | | instead of ApplicationRecord in images
| * | | | Correct render method's response header's content type for option(:body) ↵Avneet Singh Malhotra2017-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | from text/html to text/plain. (#31212)
| * | | | Update Action Cable Overview Guide [ci skip]Francis Go2017-11-221-9/+9
| | | | |
* | | | | First pass on incoporating George's feedbackJeffrey Guenther2017-11-301-20/+53
| | | | |
* | | | | Removes noteJeffrey Guenther2017-11-211-3/+0
| | | | |