aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/plugins.textile
Commit message (Collapse)AuthorAgeFilesLines
* No more changelogs inside guidesVijay Dev2011-09-151-8/+0
|
* Fixed typos and made minor changes in the Plugins guide.Dimitar Dimitrov2011-08-271-11/+11
|
* Fix spacing in plugins.textile to fix html rendering and remove extra ↵Jeff Dutil2011-08-161-0/+2
| | | | whitespace from security.textile
* Fixing typo in plugins.textileJohn Warwick2011-07-151-3/+3
|
* Fix arguments to get plugin help. Otherwise a plugin named "new" is created.Mattias Wadman2011-07-011-1/+1
|
* Fix styling error on plugins guide.Sebastian Martinez2011-05-231-1/+1
|
* NOTE: doesn't handle newlines.Matthew McEachen2011-05-231-3/+1
|
* Following proper naming conventions while referring to Rails, BundlerMatthew McEachen2011-05-221-4/+4
|
* Removed the `enginex` plugin reference which is broken -- rails 3.1.0.beta1 ↵Matthew McEachen2011-05-211-16/+19
| | | | has that functionality now.
* Remove extra white spaces on guides.Sebastian Martinez2011-05-211-1/+1
|
* Remove extra whitespaces from guidesSebastian Martinez2011-04-141-14/+14
|
* Remove trailing whitespaceMatt Duncan2011-04-131-17/+17
|
* Minor formatting changes and remove a commentMike Gehard2011-03-101-6/+7
|
* standardize all shell commands with the $ prefixVijay Dev2011-02-251-11/+11
|
* change plugins guide to favor gem based plugins, clean up to reflect the ↵Mike Gehard2011-02-131-1249/+200
| | | | state of Rails3 plugins, remove information not compatible with Rails3.
* clean up plugin referencesVijay Dev2010-12-251-6/+6
|
* fixed typos and cut down the spacesVijay Dev2010-12-251-46/+46
|
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* Fixed the name of the 'generator option'Frederick Ros2010-11-111-1/+1
|
* ActiveSupport::Dependencies' methods load_paths and load_once_paths haveUmar Sheikh2010-10-211-8/+8
| | | | changed names to autoload_paths and autoload_once_paths respectively
* Updated yaffle_test.rb from 2.2 to require 'test_helper' and extend ↵Andrew Ferk2010-09-181-2/+2
| | | | ActiveSupport::TestCase
* Removed leading : from database.yml fileAndrew Ferk2010-09-181-14/+14
|
* Updated output that should be seen from the initial rakeAndrew Ferk2010-09-181-2/+4
|
* Updated test_helper.rb to require the init.rb file from the correct folderAndrew Ferk2010-09-181-1/+1
|
* removed leading : from database.yml file. dbfile has been updated to ↵Andrew Ferk2010-09-181-2/+2
| | | | database in database.yml
* rails/init.rb is deprecated, so keep init.rb in root of plugin. updated for ↵Andrew Ferk2010-09-181-3/+1
| | | | 1.3 Organized Your Files
* 'rails generate plugin' --with-generator option has changed to --generator. ↵Andrew Ferk2010-09-181-17/+20
| | | | Updated the output that is seen after executing 'rails generate plugin yaffle --generator'
* added 'bundle install' command to h4. Create the Basic ApplicationAndrew Ferk2010-09-181-0/+1
|
* Fixing up rails application init command - Rails Guides ticket 32Mikel Lindsaar2010-09-091-8/+8
|
* correcting the documentation which wrongly states that rails/init.rb file of ↵Neeraj Singh2010-08-181-1/+1
| | | | a gem is loaded
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-141-1/+1
| | | | 's/[ \t]*$//' -i {} \;)
* Changed returning with tap on guidesSantiago Pastorino2010-07-251-1/+1
|
* Minor typos: 'built-in' instead of 'built in', 'built into' instead of ↵Jaime Iniesta2010-07-091-1/+1
| | | | 'built in to'
* Remove unneeded .rb suffix on require statementsSantiago Pastorino2010-06-131-13/+13
|
* fix formateparreno2010-04-301-30/+30
|
* Changelogs: change link from credits page to home page for Jaime's contributionsJaime Iniesta2010-04-051-1/+1
|
* Replace <pre> by <shell>, <ruby> and <yaml> on plugins guide; making it ↵Jaime Iniesta2010-04-041-14/+15
| | | | validate XHTML 1.0 Strict
* plugins guide: rails/init.rb is deprecatedXavier Noria2010-02-281-5/+7
|
* plugins guide: rewords a paragraph and revises some typographyXavier Noria2010-02-241-5/+5
|
* fix usage examples and more to use new invocationsRomD2010-02-061-14/+14
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Merge docrailsPratik Naik2010-01-171-1/+1
|
* Merge docrailsPratik Naik2009-07-251-1/+1
|
* Merge docrailsPratik Naik2009-03-161-17/+17
|
* Merge with docrailsPratik Naik2009-02-241-3/+9
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+1506