aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use <tt>Foo::Bar</tt> instead of +Foo::Bar+Mark Rushakof2012-04-276-8/+8
| | | | | | | | The latter doesn't render as code in HTML output. Regex used in Rubymine to locate the latter form: (\+)(:*\w+:(?::|\w)+)(\+)
* Active Support Core Extensions guide: reworded "on one hand" and similar to ↵Rory O’Kane2012-04-261-1/+1
| | | | "for one thing"
* Minor typo.Jonathan Roes2012-04-261-1/+1
|
* Fix misprints in assert_file & assert_instance_method docsAlexey Vakhov2012-04-261-4/+4
|
* minor docs improvementsOscar Del Ben2012-04-262-4/+4
|
* Add documentation for validate optionsOscar Del Ben2012-04-261-0/+13
|
* Enhance validations documentationOscar Del Ben2012-04-261-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsLes Nightingill2012-04-255-5/+105
|\
| * Copy EditJames Strocel2012-04-251-1/+1
| |
| * Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-2595-667/+873
| |\
| * | Add partials section to getting started guideOscar Del Ben2012-04-254-4/+104
| | |
* | | adds a mention of the fact that an engine's lib/assets directory is also on ↵Les Nightingill2012-04-251-1/+1
| |/ |/| | | | | the load path
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-2520-44/+242
|\ \
| * | copy edits [ci skip]Vijay Dev2012-04-252-2/+2
| | |
| * | Revert "Added warning that require_tree includes files in unspecified order. ↵Vijay Dev2012-04-251-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | So, that people may know the order of their scripts might be the reason that their scripts work in just fine in development but not in production. " This reverts commit 9dbd511172170f60b96012b7b87044638c3962b8. Reason: Sounds like something for the guide, not the template.
| * | removing changes made in ccd0b511c933d3e2c7f3e345622ad2cc17728de5 and ↵Vijay Dev2012-04-251-2/+0
| |/ | | | | | | 189a1728b561c19404f814979fd73adc5bea554d [ci skip]
| * Add partials explanation to getting started guideOscar Del Ben2012-04-251-0/+31
| |
| * Add screenshot to updating post sectionOscar Del Ben2012-04-252-1/+6
| |
| * fix code syntaxOscar Del Ben2012-04-251-2/+2
| |
| * Add include documentation to serializationOscar Del Ben2012-04-251-1/+6
| |
| * improve serialization docOscar Del Ben2012-04-251-4/+5
| |
| * Remove lonely number signAlexey Vakhov2012-04-251-1/+1
| |
| * for get -> forgetUģis Ozols2012-04-251-1/+1
| |
| * Added notice on how to enable gzip compression. Gaurish Sharma2012-04-251-1/+1
| | | | | | (Fixed typo from previous commit: ccd0b511c933d3e2c7f3e345622ad2cc17728de5)
| * Added notice on how to enable gzip compression in rails app using ↵Gaurish Sharma2012-04-251-0/+2
| | | | | | | | Rack::Deflater. it is disabled & commented out by default.
| * Remove references to 'vendored plugins' except to note they used to exist ↵Jonathan Rochkind2012-04-241-6/+4
| | | | | | | | but are deprecated. 'gemified plugin' is the only supported option now.
| * Added warning that require_tree includes files in unspecified order. So, ↵Gaurish Sharma2012-04-251-2/+7
| | | | | | | | that people may know the order of their scripts might be the reason that their scripts work in just fine in development but not in production.
| * Added some useful methods to the generators.textileJames Strocel2012-04-241-0/+21
| |
| * Correct documentation of SecurePasswordOscar Del Ben2012-04-241-1/+2
| |
| * make sample code more compactOscar Del Ben2012-04-241-13/+1
| |
| * Add update post section to getting started guideOscar Del Ben2012-04-247-4/+152
| |
| * Fix some code in getting started guideOscar Del Ben2012-04-242-9/+5
| |
| * Missed checked in Form Helper exampleAlexey Vakhov2012-04-241-1/+1
| |
| * Fix markdown in textile.Dmytrii Nagirniak2012-04-231-1/+1
| |
| * Make it explicit that Symbol-s are not officially supported. Dmytrii Nagirniak2012-04-231-0/+2
| | | | | | | | This will remove a lot of controversy. As an example, see https://github.com/ernie/squeel/issues/67#issuecomment-5270896
| * Merge pull request #92 from geetarista/add-faviconVijay Dev2012-04-222-0/+2
| |\ | | | | | | Adds favicon to guides layout
| | * Adds favicon to guides layoutRobby Colvin2012-04-222-0/+2
| | |
| * | Add distance_of_time_in_words example for secondsAlexey Vakhov2012-04-221-0/+3
| | |
| * | Fixed expected value in comment. Removed duplicate lines in example.Bernard Kroes2012-04-211-4/+1
| | |
* | | Merge pull request #5980 from gazay/valid_ipsJeremy Kemper2012-04-252-42/+182
|\ \ \ | | | | | | | | Remote ip logic and validation. IPv6 support.
| * | | Valid ips v4 and v6. Right logic for working with X-FORWARDED-FOR header and ↵Alexey Gaziev2012-04-252-42/+182
| | | | | | | | | | | | | | | | tests.
* | | | Merge pull request #5976 from aderyabin/fix1Jeremy Kemper2012-04-251-5/+0
|\ \ \ \ | | | | | | | | | | Duplicate quote_table_name method
| * | | | already defined in quotingAndrey Deryabin2012-04-251-5/+0
| | | | |
* | | | | Merge pull request #5978 from aderyabin/fix2Jeremy Kemper2012-04-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | cleanliness in method parameters
| * | | | | cleanliness in method parametersAndrey Deryabin2012-04-251-1/+1
| |/ / / /
* | | | | Merge pull request #5880 from asanghi/masterJeremy Kemper2012-04-259-35/+32
|\ \ \ \ \ | | | | | | | | | | | | Stamp out ruby-debug with debugger everywhere else in the code base
| * | | | | and one more timeAditya Sanghi2012-04-247-24/+17
| | | | | |
| * | | | | another attempt at the languageAditya Sanghi2012-04-186-14/+14
| | | | | |
| * | | | | review changes for #5875Aditya Sanghi2012-04-183-6/+6
| | | | | |
| * | | | | stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-179-30/+34
| | | | | |