aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* [Guides] Add core_ext/object sectionOscar Del Ben2012-05-241-1/+25
|
* [Guides] Rewrite Rails application sectionOscar Del Ben2012-05-241-18/+11
|
* [Guides] Add extract_options sectionOscar Del Ben2012-05-241-3/+26
|
* [Guides] Update ruby version checkOscar Del Ben2012-05-241-2/+8
|
* [Guides] Add sprockets to list of loaded frameworksOscar Del Ben2012-05-241-0/+1
|
* capitalize HTML5 in Getting Started GuideRory O’Kane2012-05-241-1/+1
| | | | | | | | these pages capitalize “HTML5”: http://en.wikipedia.org/wiki/HTML5 http://dev.w3.org/html5/spec/ http://www.html5rocks.com/en/
* grammar fixes in a tip in Rails routing guideRory O’Kane2012-05-241-1/+1
|
* typosMikhail Dieterle2012-05-241-3/+3
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-234-37/+77
|\
| * Revert "Remove Obsolute root specifiying short syntax"Vijay Dev2012-05-231-0/+1
| | | | | | | | | | | | | | | | | | This reverts commit feaa7b35a0214240eb34780ab51b843571e74904. Reason: Incorrect change. That's a Rails 4 feature and will not obviously work in 3.2.3. [ci skip]
| * [Guides] Fix sample codeOscar Del Ben2012-05-231-1/+1
| |
| * [Guides] Rewrite server start sectionOscar Del Ben2012-05-231-8/+23
| |
| * [Guides] Rewrite server start sectionOscar Del Ben2012-05-231-2/+20
| |
| * clarified how file naming affects load order of initializersRory O’Kane2012-05-221-1/+1
| |
| * [Guides] Update rails commands sectionOscar Del Ben2012-05-221-0/+5
| |
| * [Guides] Change bundler sectionOscar Del Ben2012-05-221-12/+12
| |
| * [Guides] Review bin/rails sectionOscar Del Ben2012-05-221-2/+5
| |
| * [Guides] change rails bin sectionOscar Del Ben2012-05-221-6/+5
| |
| * The initialization guide will cover Rails 4Oscar Del Ben2012-05-221-2/+4
| |
| * Remove Obsolute root specifiying short syntaxGaurish Sharma2012-05-221-1/+0
| | | | | | | | | | | | | | | | | | This syntax does not seem to work. Throws the error "can't convert String into Hash (TypeError)" Tested on: * Ruby 1.9.3 * Rails 3.2.3
| * Fix broken linkGaurish Sharma2012-05-221-1/+1
| |
| * Getting started guide has been completely rewritten and edited.Oscar Del Ben2012-05-191-2/+0
| |
* | Merge pull request #6383 from oscardelben/add_oscardelben_to_authorsVijay Dev2012-05-232-0/+4
|\ \ | | | | | | Add oscardelben to authors
| * | Add oscardelben to authorsOscar Del Ben2012-05-182-0/+4
| | |
* | | Merge pull request #6194 from ayrton/optimized_imagesVijay Dev2012-05-2372-0/+0
|\ \ \ | | | | | | | | Optimizing all images used in the guides
| * | | Compressed all images from the guide through ImageOptim which saves ↵Ayrton De Craene2012-05-0772-0/+0
| | | | | | | | | | | | | | | | sometimes up to 74.6% in size [ci skip]
* | | | Adding deep versions of stringify_keys and symbolize_keys (plain and bang) ↵Lucas Húngaro2012-05-231-0/+14
| | | | | | | | | | | | | | | | for nested hashes
* | | | Add Hash#transform_keys and Hash#transform_keys! and refactor *_keys methods ↵Mark McSpadden2012-05-231-0/+32
| | | | | | | | | | | | | | | | to use them.
* | | | Add several HTML5 input helpersCarlos Galdino2012-05-211-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The input types added are: - input[type="month"] - input[type="week"] - input[type="datetime"] - input[type="datetime-local"]
* | | | Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-2/+4
| | | |
* | | | More info on commit messages in contributing guidePiotr Sarnacki2012-05-211-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Fix CHANGELOG order and add a brief description of the changes in theRafael Mendonça França2012-05-201-0/+4
| |_|/ |/| | | | | | | | Action Pack in the upgrading guide. [ci skip]
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-194-10/+6
|\ \ \
| * | | copy edits [ci skip]Vijay Dev2012-05-191-1/+1
| | | |
| * | | fix typo. probem => problemDamien Mathieu2012-05-191-1/+1
| | | |
| * | | Revert "Add oscardelben to authors"Oscar Del Ben2012-05-182-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 33284014c65f7cb0c342caeeda32baf10db71cfc. Reason: this change doesn't belong to DocRails.
| * | | The middleware stack is compliant with Enumarable and bits of ArrayRich Healey2012-05-181-2/+2
| | | | | | | | | | | | | | | | Try to clarify the docs so that it's more clear how the stack behaves.
| * | | [engines] initializer method call needs an argument for initializer nameRyan Bigg2012-05-181-1/+1
| | | |
| * | | Add oscardelben to authorsOscar Del Ben2012-05-172-0/+4
| | | |
| * | | update AS docsVasiliy Ermolovich2012-05-171-6/+2
| | | |
* | | | Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-3/+5
|/ / /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-174-105/+135
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: activerecord/lib/active_record/core.rb
| * | | copy edits assets guide [ci skip]Vijay Dev2012-05-171-1/+1
| | | |
| * | | [getting started] remove two more beginningruby linksRyan Bigg2012-05-171-2/+2
| | | |
| * | | [getting started] add comma in 'First we will make a comment partial'Ryan Bigg2012-05-171-1/+1
| | | |
| * | | [getting started] remove another beginning ruby linkRyan Bigg2012-05-171-1/+1
| | | |
| * | | [getting started] briefly explain form_for with array parametersRyan Bigg2012-05-171-1/+4
| | | |
| * | | [getting started] Remove beginning ruby link in posts/showRyan Bigg2012-05-171-1/+1
| | | |
| * | | [getting started] generating routes manually was done as a learningRyan Bigg2012-05-171-3/+4
| | | | | | | | | | | | | | | | exercise, fix typos
| * | | [getting started] split up section about rake routes after 'resources' callRyan Bigg2012-05-171-1/+4
| | | |