1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

27 commits

Author SHA1 Message Date
James Miller
d546a72d00 Add my info to the credits 2010-01-27 09:51:46 -08:00
James Miller
b204d9477c Fix view description mismatch 2010-01-27 09:23:42 -08:00
Mikel Lindsaar
c3743c7ff7 Updated formatting on shell code to fit 2010-01-25 20:34:44 +11:00
Mikel Lindsaar
5742a72b8a Fixed :_delete is now :_destroy in Rails 3.0 2010-01-24 19:31:39 +11:00
Mikel Lindsaar
6b2ee4e8a0 Updated "Getting Started" to work and reflect changes in Rails 3.0
Also created http://github.com/mikel/getting-started-code which is
a copy of all the code in this guide.
2010-01-24 16:58:14 +11:00
Xavier Noria
bf7ec2d745 fixes link to Pickaxe in getting started guide 2009-12-30 00:22:36 +01:00
mazuhl
106b78d2ef Swapped : for . on a NOTE section. 2009-11-02 01:33:24 +08:00
Luigi Montanez
4dccf18b93 Link to the mislav-hosted Why's Poignant Guide. 2009-09-04 11:42:07 -04:00
kitallis
ea6cc2800f two typos fixed 2009-08-29 09:18:53 -07:00
Mike Gunderloy
1c167cd6fb Minor cleanup to Getting Started for 2.3.3 2009-07-18 16:50:52 -05:00
Joseph Pecoraro
8e06b2ce25 Fixed some links pointing to guides.rails.info to relative links. Fixed hashs as well. 2009-05-30 01:16:03 -04:00
Joseph Pecoraro
f68fca2e76 Linked to the IRC channel. 2009-05-29 16:27:50 -04:00
Joseph Pecoraro
72b033f6b6 Corrected paths to standard. 2009-05-29 10:29:44 -04:00
Andreas Scherer
26ad104e72 'TIP.' replaced with 'TIP:' for consistent formatting. 2009-05-14 14:35:18 +02:00
Dana Jones
1703fbbcef Minor changes to scaffold code, addition of dependent destroy example. 2009-04-25 08:56:18 -05:00
Xavier Noria
dda04f700e fixes spelling of "JavaScript" and link to the complex form examples app 2009-04-05 11:48:53 +02:00
Nathan Lloyd Smith
c910c45b9d Typo fix 2009-04-03 13:44:09 -05:00
Xavier Noria
c6ff88a4d2 With -> with in a title 2009-03-30 10:14:37 +02:00
Xavier Noria
a4b1ccec5c revised links in guides according to W3C link checker report 2009-03-15 21:31:20 +01:00
Mike Gunderloy
901df601fc Added "Contributing" Guide 2009-03-02 11:12:07 -06:00
Andreas Scherer
48791dda34 Remove empty line that breaks 'code' formatting. 2009-02-17 14:11:59 +01:00
Andreas Scherer
74c8ff53e7 More tables headers formatted. 2009-02-16 11:47:23 +01:00
Bobby Wilson
7a1b62ef66 fixed a minor typo, needed an h in Neighborly 2009-02-09 13:32:43 -07:00
Pratik Naik
b9ba2fe550 Merge commit 'mainstream/master'
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
2009-02-06 02:25:55 +00:00
Pratik Naik
96d610553e Merge docrails along with the new guides and guides generation code 2009-02-06 02:01:22 +00:00
Mike Gunderloy
7b0a175137 Formatting fixes for Getting Started guide 2009-02-04 07:46:57 -06:00
Pratik Naik
03bb1ebec5 Convert the guides from asciidoc to textile and integrate with the new design.
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.
2009-02-04 01:44:58 +00:00