Commit Graph

294 Commits

Author SHA1 Message Date
Rafael Magana
83f62a069e use ApplicationName::Application instead of ActionController::Dispatcher.new since Dispatcher class no longer exists 2012-05-22 21:33:49 -05:00
Carlos Galdino
b02d14aad5 Add several HTML5 input helpers
The input types added are:

- input[type="month"]

- input[type="week"]

- input[type="datetime"]

- input[type="datetime-local"]
2012-05-21 17:23:56 -03:00
Carlos Galdino
1ce4b5b33d Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
Piotr Sarnacki
ae8b09c310 More info on commit messages in contributing guide
Add more info on how to write a good commit messages along with
example showing nicely formatted commit message.

Rails git history does not look too well when you try to figure out why
particular changes were introduced. We can do much better than that and
it's never too late to start.
2012-05-21 00:00:05 -07:00
Rafael Mendonça França
a78ee05da1 Fix CHANGELOG order and add a brief description of the changes in the
Action Pack in the upgrading guide. [ci skip]
2012-05-20 18:16:03 -03:00
Vijay Dev
1551de3c04 Merge branch 'master' of github.com:lifo/docrails 2012-05-19 19:36:48 +05:30
Vijay Dev
d0a3be308c copy edits [ci skip] 2012-05-19 17:40:40 +05:30
Damien Mathieu
12b6307c89 fix typo. probem => problem 2012-05-19 11:06:24 +03:00
Oscar Del Ben
b5e15f37bb Revert "Add oscardelben to authors"
This reverts commit 33284014c65f7cb0c342caeeda32baf10db71cfc.

Reason: this change doesn't belong to DocRails.
2012-05-18 08:41:27 -07:00
Rich Healey
21bff1d664 The middleware stack is compliant with Enumarable and bits of Array
Try to clarify the docs so that it's more clear how the stack behaves.
2012-05-18 16:52:52 +10:00
Alex Soulim
446940c366 Add HTML5 input[type="time"] helper 2012-05-18 08:38:19 +04:00
Ryan Bigg
2e2d381449 [engines] initializer method call needs an argument for initializer name 2012-05-18 12:19:42 +10:00
Oscar Del Ben
33284014c6 Add oscardelben to authors 2012-05-17 14:34:53 -07:00
Vasiliy Ermolovich
a00bca625f update AS docs 2012-05-17 23:01:35 +03:00
Vijay Dev
03f8a57487 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activerecord/lib/active_record/core.rb
2012-05-17 17:49:33 +05:30
Vijay Dev
a39d144e32 copy edits assets guide [ci skip] 2012-05-17 17:46:12 +05:30
Ryan Bigg
a3a25e7e44 [getting started] remove two more beginningruby links 2012-05-17 20:32:44 +10:00
Ryan Bigg
39b3a10253 [getting started] add comma in 'First we will make a comment partial' 2012-05-17 20:32:33 +10:00
Ryan Bigg
9540747747 [getting started] remove another beginning ruby link 2012-05-17 20:29:52 +10:00
Ryan Bigg
a9f029ebf0 [getting started] briefly explain form_for with array parameters 2012-05-17 20:27:15 +10:00
Ryan Bigg
2c2d70eb95 [getting started] Remove beginning ruby link in posts/show 2012-05-17 20:24:15 +10:00
Ryan Bigg
a4db311da0 [getting started] generating routes manually was done as a learning
exercise, fix typos
2012-05-17 19:56:57 +10:00
Ryan Bigg
cc9a6f2e0a [getting started] split up section about rake routes after 'resources' call 2012-05-17 19:56:57 +10:00
Ryan Bigg
42c6f89c5d [getting started] dialog box is not automatic, is provided through jquery_ujs, which is necessary to have in application layout 2012-05-17 19:56:57 +10:00
Ryan Bigg
9fc5b456a0 [getting started] Fix index template after destroy action addition 2012-05-17 19:56:57 +10:00
Ryan Bigg
a99417be2d [getting started] dabase -> database 2012-05-17 19:56:57 +10:00
Ryan Bigg
00dce85009 [getting started guide] more explanation around the delete routing method: 2012-05-17 19:56:57 +10:00
Ryan Bigg
53aaf95855 [getting started] explain :as option 2012-05-17 19:56:56 +10:00
Damien Mathieu
146105a40f explain why we also add attr_accessible in the model 2012-05-17 10:25:59 +02:00
Mark Rushakoff
32f3c272b8 Fix some code formatting in core_ext guide
[ci skip]

<plus> is nonstandard Textile; RailsGuides::TextileExtensions::plusplus
is the method that causes multiple code-formatted `+` symbols to
generate crap like

    <code>1 <notextile><tt>+</tt></notextile> 2 ...</code>

instead of the expected output:

    <code>1 + 2 ...</code>
2012-05-16 22:48:30 -07:00
Vijay Dev
bf0212b92a remove stray text in getting started guide [ci skip] 2012-05-17 01:48:47 +05:30
Vijay Dev
98bfccbdb5 document the AR::Base#ids method introduced in 9307616 [ci skip] 2012-05-17 01:34:00 +05:30
Vijay Dev
e29626901a remove image_tag onmouseover option docs [ci skip] 2012-05-16 21:17:25 +05:30
Richard Hulse
f94567a2b8 [guides] add note about cosequences of option changes 2012-05-16 22:06:10 +12:00
Ryan Bigg
950a7b40af [getting started] explain that posts_path exists due to how we defined routes earlier 2012-05-16 18:11:21 +10:00
Ryan Bigg
8cfde229dd [getting started] Split up refactoring of new and edit templates 2012-05-16 18:10:55 +10:00
Ryan Bigg
dd3ee84cd8 [getting started] don't call it 'a _form partial', just 'a partial' 2012-05-16 18:10:39 +10:00
Ryan Bigg
0c90bf058a [getting started] remove tab in form partial 2012-05-16 18:05:36 +10:00
Ryan Bigg
038af99a07 [getting started] Prefix users templates with 'users' to show that's where they're coming from 2012-05-16 18:05:36 +10:00
Ryan Bigg
f76e0a5484 [getting started] split up adding link for edit to index and show templates 2012-05-16 18:05:36 +10:00
Ryan Bigg
9c76aa0cc5 [getting started] grammatical changes at beginning of update action section 2012-05-16 18:05:35 +10:00
Ryan Bigg
9073cf85db [getting started] some more handholding around where exactly the error would appear when a post is invalid 2012-05-16 18:05:35 +10:00
Ryan Bigg
10dfbaa9db [getting started] fix weird linebreak when talking about pluralize 2012-05-16 18:05:35 +10:00
Ryan Bigg
e91a1a0321 [getting started] re-add new action back to PostsController, explain that it'll be explained in a short while 2012-05-16 18:05:35 +10:00
Ryan Bigg
926e160ed0 [getting started] Explain the create action check for validations better 2012-05-16 18:05:35 +10:00
Ryan Bigg
9a8c91d8e8 [getting started] add attr_accessible to Post model 2012-05-16 18:05:35 +10:00
Ryan Bigg
aa7f2a3564 [getting started] split up addition of links to index/show/new area 2012-05-16 18:05:35 +10:00
Ryan Bigg
ca18e2f8dd [getting started] add segue at the end of posts/index section 2012-05-16 11:02:49 +10:00
Ryan Bigg
af2a6ac853 [getting started] indent iteration in posts/index template 2012-05-16 10:51:44 +10:00
Ryan Bigg
533bcd75d3 [getting started] Split up creation of route, action and view for PostsController#index 2012-05-16 10:51:44 +10:00