Commit Graph

2994 Commits

Author SHA1 Message Date
Zachary Scott
b5001ea4d8 Merge pull request #17815 from yuki24/remove-custom-errors-page-section
Remove custom errors page section from the guides [ci skip]
2014-12-11 18:30:35 -05:00
Carlos Souza
5a6e3b308f Update guides with info about vendor/assets
fixes #17893

[ci skip]
2014-12-11 14:04:51 -05:00
Rafael Mendonça França
6961afefd2 Revert "Merge pull request #17943 from jeremywadsack/doc_cache_importability"
This reverts commit b0e7278ddbe483475d7b2e161e65ae18df91b9f8, reversing
changes made to 785d04e3109f69d0b9b9f4732179592f0ef04e52.

This is not true. It is a bug and we will fix in the latest 4.0.x
release.
2014-12-11 12:19:23 -02:00
Zachary Scott
6b1cd5a10e Merge pull request #17987 from andreynering/ar-validation-doc
Adding information about 'allow_nil' option for 'numericality' [ci skip]
2014-12-09 13:41:10 -08:00
Andrey Nering
5d6c6ec099 Adding information about 'allow_nil' option for 'numericality' [ci skip] 2014-12-09 19:10:50 -02:00
Carlos Souza
d2c1d050fc Add guides for required model generator option.
Related to this PR #16062

[ci skip]
2014-12-09 15:35:15 -05:00
andrey.nering@gmail.com
6d59473b48 Adding a tip in the guides about possible database permission problems on
loading fixtures to the database.

Reference #17542
2014-12-09 13:36:10 -02:00
yuuji.yaginuma
42abc9d35b [ci skip] add enable_extension to PostgreSQL hstore example 2014-12-07 08:54:41 +09:00
Richard Schneeman
f9b2ad719a Merge pull request #17942 from yui-knk/fix/upgrading.md
[ci skip] update rails version to 3.2.21
2014-12-06 19:16:49 +08:00
Richard Schneeman
b0e7278ddb Merge pull request #17943 from jeremywadsack/doc_cache_importability
Add Guides note to change cache namespace
2014-12-06 19:08:33 +08:00
yui-knk
91c4241494 [ci skip] update rails version to 3.2.21 2014-12-06 10:09:09 +09:00
Brooks Reese
1a0e8e06b8 Fix sentence structure [ci skip] 2014-12-05 10:00:42 -06:00
Brooks Reese
3e9c16aadb Fix grammar in Rakefile markup [ci skip] 2014-12-05 09:32:50 -06:00
Jeremy Wadsack
a1ffaa362b Add Guides note to change cache name space as Entry data is incompatible between 3.2 and 4.0 2014-12-04 16:06:00 -08:00
Sergey Alekseev
872b6cc986 remove misleading class [ci skip] 2014-12-04 13:59:02 +03:00
Zachary Scott
d7043927ba Merge pull request #17892 from y-yagi/active_support_core_extensions_guide
[ci skip] remove references to `Numeric#from_now`
2014-12-02 21:59:52 -08:00
yuuji.yaginuma
5accf7a771 [ci skip] remove references to Numeric#from_now 2014-12-03 14:45:49 +09:00
Andrew White
f09ecb0d45 Fix typo [ci skip] 2014-12-02 16:35:00 +00:00
Andrew White
885348f360 Clarify change to process helpers [ci skip]
Add additional information to the release notes to explain the requirement
for paths in integration tests to start with a leading slash.

Fixes #17870.
2014-12-02 16:20:15 +00:00
Prathamesh Sonpatki
98e41032fd [Testing guide] Using "Fixtures API" consistently
- 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 aa9d1332b2 (commitcomment-8497376).
2014-11-30 10:26:13 +00:00
Prathamesh Sonpatki
9710d73260 [Testing guide] Use "Fixtures API" instead of "fixture api". 2014-11-30 10:26:13 +00:00
yuuji.yaginuma
c15d3fb0da [ci skip] fix description of url_for 2014-11-30 10:18:07 +09:00
Erik Michaels-Ober
d1374f99bf Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
claudiob
74dc57640d Remove a reference to Ruby 1.9 in Guides
[ci skip]

Now that Rails requires Ruby >= 2.0 there is no need to document
Ruby 1.9.
2014-11-28 18:58:40 -08:00
yui-knk
61b39c0e39 [ci skip] fix class name 2014-11-29 10:06:40 +09:00
Yuki Nishijima
cbcec99fdb Remove custom errors page section from the guides
This pattern is too problematic and introduces a lot of edge cases:

  * On 4.2, the issue https://github.com/rails/rails/issues/15124 is
    back again.
  * needs to define each action for each http status otherwise the
    router raises ActionController::RoutingError (No route matches).
  * If the router has `match "/*username",...` and some action is
    missing, Rails will pick up the "match" and try to do its job.
  * encourages people to copy & paste programming. Not DRY.

[ci skip]
2014-11-28 09:39:27 -08:00
Rafael Mendonça França
f25ad07f5a Start Rails 5 development 🎉
We will support only Ruby >= 2.1.

But right now we don't accept pull requests with syntax changes to drop
support to Ruby 1.9.
2014-11-28 15:00:06 -02:00
Jon Atack
acbc7a0d46 4.2 release notes pass [skip ci] 2014-11-28 14:18:44 +01:00
Xavier Noria
bba5a709df release notes: edit pass [ci skip] 2014-11-27 14:54:09 -08:00
Xavier Noria
8fb2396331 release notes: iteration over the description of Global ID [ci skip] 2014-11-27 22:18:49 +01:00
Aaron Huang
263e9e4681 [ci skip] Remove outdate note of :dependent 2014-11-28 01:34:33 +08:00
Xavier Noria
fd8cbcef73 updates some pointers in the guides welcome section [ci skip] 2014-11-27 13:40:27 +01:00
Xavier Noria
71dc93be15 removes double mention of deliver_now 2014-11-27 09:21:38 +01:00
Xavier Noria
ec8edeca1d edits in the release notes for 4.2 2014-11-27 09:18:01 +01:00
Yves Senn
b2351beae5 Merge pull request #17796 from leafac/fix-format
Fix format "Form Helpers" guide
2014-11-27 08:39:07 +01:00
Leandro Facchinetti
b4b6c556a7 Fix format "Form Helpers" guide
The `"_tag"` was interpreted as the start of a italics.
2014-11-26 23:39:02 -05:00
Felipe Zavan
1154879e2f Fix typo in Rails 4.2 release notes 2014-11-27 00:23:55 -02:00
Xavier Noria
3b48938948 pass over the release notes 2014-11-27 01:21:31 +01:00
Zachary Scott
fc20bfd4f1 Clarify where result goes, and supported formats of generate task.
[ci skip]
2014-11-25 16:54:30 -08:00
Genadi Samokovarov
7f864ccd65 Use web_console 2.0 for 4.2.0.rc1 release
This one replaces the notable web-console mentions in guide and the
default Gemfile.
2014-11-26 02:10:05 +02:00
Genadi Samokovarov
5394f561a5 Remove Web Console /console references in the guides 2014-11-25 20:53:29 +02:00
Javier Vidal
8a170e6094 Fixing wrong link in 'Ruby on Rails 3.0 Release Notes' [ci skip] 2014-11-25 17:52:46 +01:00
Godfrey Chan
0715d8c368 Rearrange release notes by importance [ci skip] 2014-11-25 04:56:00 -08:00
Godfrey Chan
83c52c0486 ✂️ WIP labels [ci skip] 2014-11-25 04:38:17 -08:00
Godfrey Chan
064d188f22 Prepare for RC: un-wip release notes [ci skip] 2014-11-25 04:36:54 -08:00
Godfrey Chan
40c3880d8b We shouldn't be linking to edgeapi [ci skip] 2014-11-25 04:34:43 -08:00
Godfrey Chan
c42ef3fd02 Prepare for RC: link to the 4-2-stable [ci skip] 2014-11-25 04:33:56 -08:00
Godfrey Chan
4d3742c1d3 Cross link to upgrade guide [ci skip] 2014-11-25 04:33:56 -08:00
Godfrey Chan
ae5538ca6b Final sync with CHANGELOGs [ci skip] 2014-11-25 04:07:08 -08:00
Godfrey Chan
c710251234 ✂️ TODO 2014-11-25 03:56:39 -08:00