Commit Graph

2008 Commits

Author SHA1 Message Date
Yves Senn
64c784f553 end sentences with a .. [ci skip] 2013-12-05 11:33:12 +01:00
Jashank Jeremy
f83dae831f Rails on Rack: Replace an unpleasant grammatical construct.
[ci skip]
2013-12-05 15:16:00 +12:00
Rafael Mendonça França
f56e51d4e4 Hightlight message verifier in the release notes [ci skip] 2013-12-04 23:17:18 -02:00
Rafael Mendonça França
05a011bd6b Update the releases notes 2013-12-04 22:56:48 -02:00
Arun Agrawal
3eab07416a Update guides welcome page to point to version 3.2.16 [ci skip] 2013-12-04 19:54:30 +01:00
Kuldeep Aggarwal
673a8a8dfe update guides to new version of rails 3.2.x[ci skip] 2013-12-05 00:08:02 +05:30
Yves Senn
2e7756aa2f mention Active Record enums as major feature for 4.1. [ci skip] 2013-12-04 17:45:42 +01:00
Ben Lewis
ded25a3353 Formatting, capitalization, and punctuation fixes [ci skip]
Second try on this commit.
2013-12-04 07:34:22 -07:00
Yves Senn
bad0386bc0 remove variants paragraph indent in release notes. [ci skip] 2013-12-04 12:03:53 +01:00
Yves Senn
828a8f2145 add Spring as major feature in the 4.1 release notes. [ci skip]
Follow up to #12958.
2013-12-04 11:54:34 +01:00
Yves Senn
a25cb53939 minor 4_1_release_notes changes. [ci skip] 2013-12-04 10:00:29 +01:00
Godfrey Chan
3fd0bf4896 Added JSON release notes [ci skip] 2013-12-03 16:21:12 -08:00
Łukasz Strzałkowski
eb0402d512 Add variants to release notes 2013-12-04 00:13:16 +01:00
Victor Costan
ddf27acbc2 Introduce a context for rendering fixtures ERB.
Fixture files are passed through an ERB renderer before being read as
YAML. The rendering is currently done in the context of the main object,
so method definitons leak into other fixtures, and there is no clean
place to define fixture helpers.

After this commit, the ERB renderer will use a new subclass of
ActiveRecord::FixtureSet.context_class each time a fixture is rendered.
2013-12-03 02:52:26 -05:00
Carlos Antonio da Silva
b42d4c407d Remove note about removed local_constant_names method from guides [ci skip] 2013-12-02 21:42:48 -02:00
Carlos Antonio da Silva
5fdb594f7b Remove dead comment from AS extensions guide [ci skip] 2013-12-02 21:36:09 -02:00
Carlos Antonio da Silva
f3c2c73336 Fix note about class attribute accessors deprecated file [ci skip] 2013-12-02 21:33:31 -02:00
Juanito Fatas
b0a3d113a3 Add number and range field to form helpers article
Also wrap surrounding text to 80 chars.

[ci skip] Closes #13132
2013-12-02 20:29:32 -02:00
Guillermo Iguaran
afbefccf2a Merge pull request #11197 from gsamokovarov/unify-mattr-cattr
Unify cattr and mattr accessors declarations
2013-12-02 14:25:16 -08:00
Rafael Mendonça França
0638d329c6 Wrap 80 columns [ci skip] 2013-12-02 20:03:19 -02:00
Rafael Mendonça França
73c1fc531d Add documentation about the Action Dispatch salt configuration
[ci skip]
2013-12-02 20:03:12 -02:00
Rafael Mendonça França
a6dfe5f024 Use alphabetic order
[ci skip]
2013-12-02 20:02:35 -02:00
Rafael Mendonça França
016eb65d7e ✂️
[ci skip]
2013-12-02 20:02:06 -02:00
Rafael Mendonça França
81abcb7947 Make the release notes consistent [ci skip]
Conflicts:
	guides/source/4_1_release_notes.md
2013-12-02 20:01:29 -02:00
Genadi Samokovarov
7dfbd91b07 Unify cattr and mattr accessors declarations 2013-12-02 23:57:20 +02:00
Xavier Noria
d362ee17db Merge pull request #13117 from akshay-vishnoi/typo
Typo and grammatical fixes [ci skip]
2013-12-02 06:17:09 -08:00
Yves Senn
f7e527b1f5 Merge pull request #11466 from jetthoughts/updated_tesing_guides
Fix `rake test` description in the guides [ci skip]
2013-12-02 06:15:58 -08:00
Akshay Vishnoi
ef0f633c66 Typo and grammatical fixes [ci skip] 2013-12-02 19:35:02 +05:30
Guillermo Iguaran
5b37036b0a Update active_record_querying.md
he or she => they
2013-12-02 00:36:29 -05:00
Guillermo Iguaran
8ab24bec2e Merge pull request #13130 from gja/master
Removing some gender sensitive object pronouns
2013-12-01 20:43:32 -08:00
Guillermo Iguaran
98af6596a9 Add examples for gender neutral pronouns 2013-12-01 23:40:17 -05:00
Guillermo Iguaran
6f0fb7ba25 Update API docs guidelines with reference about gender neutral pronouns 2013-12-01 23:33:54 -05:00
Tejas Dinkar
223ff7949e [ci skip] Removing some gender sensitive object pronouns 2013-12-02 09:24:47 +05:30
Vipul A M
8700e5f56c Use genderless pronouns in security guide. [ci skip]
related  #49ff20d9b164693ed7fee880b69cc14b141678b3
2013-12-02 03:22:31 +05:30
Paul Nikitochkin
28be1a28ea Removed redundant field name in the guide
Fixes: #13108
[ci skip]
2013-12-01 08:01:28 +02:00
Sıtkı Bağdat
b13c5013ae Update render with a spacer_template [ci skip] 2013-12-01 04:31:15 +02:00
Paul Nikitochkin
3ab9d01dd4 Add rake test:all, rake test:all:db to guide
[ci skip]
2013-11-30 13:38:37 +02:00
Yves Senn
d4294fe952 add missing arel dependency to active_record_master bug report script.
[ci skip].

This solves:

```
Could not find gem 'arel (~> 5.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources.
```
2013-11-29 17:07:24 +01:00
Christophe Maximin
9c7eb40858 Fix URL to robots.txt documentation 2013-11-29 10:56:30 -04:00
Kuldeep Aggarwal
647cff3a13 updating options documentation for associations
removed unnecessary test case and improved test case for belongs_to having invalid  options
2013-11-29 18:49:56 +05:30
Bikram
94e688dde5 The section that mentions after_commit and after_rollback will swallow exceptions should me made clear. Made that section to be a instead of a regular paragraph. 2013-11-28 19:10:49 +00:00
Yves Senn
598779b749 no need to explain bundler and rails new in the release notes. [ci skip]
/cc @fxn
2013-11-28 18:09:36 +01:00
Yves Senn
f6c1039dd4 delete obsolete KINDLE.md. Closes #13037. [ci skip]. 2013-11-28 17:49:29 +01:00
Yves Senn
7c6d99e81e first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]
Extract **notable changes**, **deprecations** and **removals** from
each CHANGELOG.

I tried to reference the commits and pull requests for new features
and deprecations.

In the process I also made some minor changes to the CHANGELOGS.

The 4_1_release_notes guide is declared WIP.
2013-11-28 17:24:15 +01:00
Yves Senn
8c944dea76 create 4.1 release notes guide scaffold. [ci skip] 2013-11-28 15:49:01 +01:00
Yves Senn
88fec426fc 3.2 to 4.0 section in upgrading guide is no longer wip. [ci skip] 2013-11-28 15:43:28 +01:00
Yves Senn
9bb173cb34 move "HTTP PATCH" paragraph into "Upgrading 3.2 -> 4.0". [ci skip] 2013-11-28 15:43:28 +01:00
Sagar Junnarkar
e7f533e346 Link for "New Post" is added in Getting Started guide [ci skip]
- Earlier(line number 862) it is said to add <%= link_to 'New post', new_post_path %> on posts index page before table tag. But when posts index page html is shown, "New Post" link is missing.
So aaded "New Post" link in this commit
2013-11-27 11:23:09 +05:30
Yves Senn
36053ce92c sync example and documentation for strong_parameters hash whitelisting.
[ci skip]

This is a follow up to #12609 and integrates #12158.

Thanks @aspiers.
Closes #12158.
2013-11-26 14:50:44 +01:00
Vipul A M
66087189c1 Added rewhere usage to AR querying guides 2013-11-25 12:00:46 +05:30