aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
Commit message (Collapse)AuthorAgeFilesLines
* Changelogs: change link from credits page to home page for Jaime's contributionsJaime Iniesta2010-04-051-1/+1
|
* Updated changelog on getting_started and layouts_and_renderingJaime Iniesta2010-04-041-0/+1
|
* Fixed unescaped '<' and '>' chars on getting_started section that were ↵Jaime Iniesta2010-04-011-2/+2
| | | | causing w3c validation errors (plusplus textile extension was letting them go untextilized)
* s/guides.rails.info/edgeguides.rubyonrails.org/ in a few places, and makes ↵Xavier Noria2010-03-191-2/+2
| | | | some links relative to work in either site
* Merge branch 'master' of github.com:lifo/docrailsMikel Lindsaar2010-03-111-1/+1
|\
| * getting started guide: script/generate -> rails generateXavier Noria2010-02-191-1/+1
| |
* | Altering the warningsMikel Lindsaar2010-02-091-1/+1
|/
* Remove commasDaniel Schierbeck2010-02-081-1/+1
|
* getting started guide: move link to Instant Rails to the first occurrenceXavier Noria2010-02-081-1/+1
|
* First pass at full re-write of getting started guideMikel Lindsaar2010-02-081-324/+477
| | | | | | | * Changed to Rails 3.0.0-beta rails command from script/* * Changed contrived before_filter to be an authentication feature * Refactored code into partials, showed three different types of partial usage * Showed how helpers work and fit in
* Correct command for installing/running bundlerJames Miller2010-02-051-2/+2
|
* Add my info to the creditsJames Miller2010-01-271-1/+1
|
* Fix view description mismatchJames Miller2010-01-271-3/+3
|
* Updated formatting on shell code to fitMikel Lindsaar2010-01-251-1/+3
|
* Fixed :_delete is now :_destroy in Rails 3.0Mikel Lindsaar2010-01-241-4/+3
|
* Updated "Getting Started" to work and reflect changes in Rails 3.0Mikel Lindsaar2010-01-241-253/+233
| | | | | Also created http://github.com/mikel/getting-started-code which is a copy of all the code in this guide.
* fixes link to Pickaxe in getting started guideXavier Noria2009-12-301-1/+1
|
* Swapped : for . on a NOTE section.mazuhl2009-11-021-1/+1
|
* Link to the mislav-hosted Why's Poignant Guide.Luigi Montanez2009-09-041-1/+1
|
* two typos fixedkitallis2009-08-291-2/+2
|
* Minor cleanup to Getting Started for 2.3.3Mike Gunderloy2009-07-181-39/+38
|
* Fixed some links pointing to guides.rails.info to relative links. Fixed ↵Joseph Pecoraro2009-05-301-1/+1
| | | | hashs as well.
* Linked to the IRC channel.Joseph Pecoraro2009-05-291-1/+1
|
* Corrected paths to standard.Joseph Pecoraro2009-05-291-3/+3
|
* 'TIP.' replaced with 'TIP:' for consistent formatting.Andreas Scherer2009-05-141-5/+5
|
* Minor changes to scaffold code, addition of dependent destroy example.Dana Jones2009-04-251-14/+28
|
* fixes spelling of "JavaScript" and link to the complex form examples appXavier Noria2009-04-051-1/+1
|
* Typo fixNathan Lloyd Smith2009-04-031-1/+1
|
* With -> with in a titleXavier Noria2009-03-301-1/+1
|
* revised links in guides according to W3C link checker reportXavier Noria2009-03-151-6/+6
|
* Added "Contributing" GuideMike Gunderloy2009-03-021-0/+1
|
* Remove empty line that breaks 'code' formatting.Andreas Scherer2009-02-171-1/+0
|
* More tables headers formatted.Andreas Scherer2009-02-161-2/+2
|
* fixed a minor typo, needed an h in NeighborlyBobby Wilson2009-02-091-1/+1
|
* Merge commit 'mainstream/master'Pratik Naik2009-02-061-20/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/files/javascripts/code_highlighter.js railties/guides/files/javascripts/guides.js railties/guides/files/javascripts/highlighters.js railties/guides/files/stylesheets/main.css railties/guides/files/stylesheets/print.css railties/guides/files/stylesheets/reset.css railties/guides/files/stylesheets/style.css railties/guides/files/stylesheets/syntax.css railties/guides/rails_guides/indexer.rb railties/guides/source/2_2_release_notes.textile railties/guides/source/2_3_release_notes.textile railties/guides/source/action_controller_overview.textile railties/guides/source/action_mailer_basics.textile railties/guides/source/active_record_basics.textile railties/guides/source/activerecord_validations_callbacks.textile railties/guides/source/association_basics.textile railties/guides/source/caching_with_rails.textile railties/guides/source/command_line.textile railties/guides/source/debugging_rails_applications.textile railties/guides/source/form_helpers.textile railties/guides/source/getting_started.textile railties/guides/source/i18n.textile railties/guides/source/layout.html.erb railties/guides/source/layouts_and_rendering.textile railties/guides/source/migrations.textile railties/guides/source/performance_testing.textile railties/guides/source/plugins.textile railties/guides/source/rails_on_rack.textile railties/guides/source/routing.textile railties/guides/source/security.textile railties/guides/source/testing.textile
| * Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+1297
|
* Formatting fixes for Getting Started guideMike Gunderloy2009-02-041-13/+25
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+1285
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory.