Commit Graph

24159 Commits

Author SHA1 Message Date
Xavier Noria
598eab90ff let TIP and friends handle a multiline paragraph
Normally I would have done this in master, but there was already
a guide with wrapped content, so worked here. I am going to
cross-merge now.
2011-07-25 14:12:12 -07:00
Vijay Dev
50ca6f06c7 Revert "aligment issues fixed"
This reverts commit 6f29b356c1e8cb73d8a696a393450a9ce4eeda57.

Reason: Changelogs are not meant to be changed in docrails.
2011-07-25 23:41:28 +05:30
JudeArasu
6f29b356c1 aligment issues fixed 2011-07-25 23:26:36 +05:30
Vijay Dev
203a85f191 Revert "Add in a tip about opening two command prompt windows"
This reverts commit 1e5fa59d132562399536a3ca06295b60558bc258.

Reason: It's somewhat a grey area. We don't really want to tell the
users how they want to use the terminal.
2011-07-25 17:39:17 +05:30
Vijay Dev
60c505dc79 Revert "Update the TIP formatter to handle multiline tips"
This reverts commit e3dbe66e196069fde7d3ff118bd25a03184915fa.

Reason: Code changes are not allowed in docrails.
2011-07-25 17:37:01 +05:30
Elliot Winkler
f330e6af34 Improve ch. 1 of the Form Helpers guide 2011-07-24 17:09:47 -06:00
Jason Noble & Ralph Shnelvar
1e5fa59d13 Add in a tip about opening two command prompt windows 2011-07-24 16:37:28 -06:00
Jason Noble & Ralph Shnelvar
0076a6fce2 Fix two spaces after end of sentence. 2011-07-24 16:37:27 -06:00
Jason Noble & Ralph Shnelvar
1ca4990a10 Extend description of rails generate scaffold and what it's options accomplish 2011-07-24 16:37:27 -06:00
Michael Lavrisha
62f865db0b Merge branch 'master' of github.com:lifo/docrails 2011-07-24 16:36:52 -06:00
Michael Lavrisha
5cece57c93 Simpler brief explanation of Rails and REST 2011-07-24 16:36:23 -06:00
Michael Lavrisha
e3dbe66e19 Update the TIP formatter to handle multiline tips
- includes 3 tests
2011-07-24 16:17:40 -06:00
Mike Howard
6734bc98e7 Updated migrations.textile to clarify Using Models in Your Migrations
Rewrote entire section including example code, error message, and work
around.
2011-07-24 16:11:06 -06:00
Jason Noble & Ralph Shnelvar
2f7ea1907d Make the rails not found tip more explanatory. 2011-07-24 16:07:41 -06:00
Jason Noble & Ralph Shnelvar
5ee349c711 Updated rails_welcome.png to latest Rails welcome page. 2011-07-24 16:01:51 -06:00
Jason Noble & Ralph Shnelvar
fe5cb7c521 Update wording of TIP about --database option for rails new 2011-07-24 15:39:22 -06:00
Jason Noble & Ralph Shnelvar
715c128e6a Remove "bundle install" section, as rails new ______ runs bundle install for you 2011-07-24 15:34:14 -06:00
John
dd8a485170 Fixed Typo 2011-07-24 17:11:29 -04:00
Jason Noble & Ralph Shnelvar
72e06dc7a0 Fix TIP formatting issue 2011-07-24 15:04:12 -06:00
Jason Noble & Ralph Shnelvar
e99a0b62ec Add a note about the fact that the Windows prompt will look different than the linux/osx prompt 2011-07-24 14:51:48 -06:00
Michael Lavrisha
4b189bd336 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	railties/guides/source/getting_started.textile
2011-07-24 14:40:18 -06:00
Jason Noble & Ralph Shnelvar
b084836339 Reformatted to 80 chars. 2011-07-24 14:37:24 -06:00
Michael Lavrisha
073609f5e5 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	railties/guides/source/getting_started.textile
2011-07-24 14:37:22 -06:00
Michael Lavrisha
06b59e39a1 Rewrite apart of the REST section to be in the present tense 2011-07-24 14:34:34 -06:00
Jason Noble & Ralph Shnelvar
3ba30e6650 Wrapped text content to 120 chars 2011-07-24 14:04:58 -06:00
Michael Lavrisha
941fae2cbb Provide consistant indentation for the example code 2011-07-24 13:59:52 -06:00
Ben Marini
c02288e6fd Fix example code for #validates_with instance method 2011-07-24 12:13:23 -07:00
Xavier Noria
4bb0a8bcbd Merge branch 'master' of git://github.com/lifo/docrails 2011-07-24 21:02:51 +02:00
Xavier Noria
0626668374 little details seen while reviewing 2011-07-24 21:01:53 +02:00
Jason Noble & Ralph Shnelvar
48e85d8b8c Moved ActionController, ActionView and ActionDispatch sections under ActionPack 2011-07-24 12:50:23 -06:00
Jason Noble & Ralph Shnelvar
5e8263b687 Add link to the Layouts and Rendering guide to explain more on view templates 2011-07-24 12:29:15 -06:00
Jason Noble & Ralph Shnelvar
f04725f3ba Modified the content based on vijaydev's comment
3eb99aab77 (commitcomment-493737)
2011-07-24 12:24:00 -06:00
Jason Noble & Ralph Shnelvar
8e44ff63b2 Update guide to be based on Rails 3.1. 2011-07-24 12:15:12 -06:00
Jason Noble & Ralph Shnelvar
25bcca139f Added link to the RubyGems User's Guide 2011-07-24 12:15:11 -06:00
Jason Noble & Ralph Shnelvar
bb746e3362 Added explanation to Components of Rails to help users not get hung up on details 2011-07-24 12:15:11 -06:00
Ken Ip
12955a393d Merge branch 'master' of https://github.com/lifo/docrails 2011-07-24 14:13:06 -04:00
Ken Ip
ce66fc047e Update "Getting Started" for Rails 3.1
Add additional files generated by rails 3.1 generator.
2011-07-24 14:12:15 -04:00
Jason Noble & Ralph Shnelvar
3eb99aab77 Added some context for rack apps, linked to the Rails on Rack guide. 2011-07-24 11:46:02 -06:00
Mike Howard
5712e7aa47 Clarified notes in 3.2 Creating the Blog Application
Changed descriptino of Gemfile to add reference to Bundler
Changed description of README to add 'You should edit ...'
Changed description of Rakefile to reflect dynamic nature of Rakefile
and point to app/lib/tasks/ as the place to add app-specific rake tasks.
2011-07-24 11:39:07 -06:00
Mike Howard
25850d17ac Changed wording of paragraph 2.1.1 Models to clarify table/model
relationship.

changed wording 'one table ... corresponds to one model' to 'each table
...'
2011-07-24 10:54:19 -06:00
Santiago Pastorino
97716e6273 Merge pull request #1186 from mitijain123/duplicable_test
Duplicable test is looking fine now.
2011-07-24 08:20:17 -07:00
Mitesh Jain
2c90568a06 Duplicable test is looking fine now. 2011-07-24 19:43:42 +05:30
Santiago Pastorino
8a9cacba6d Merge pull request #2239 from castlerock/scaffold_jquery
fixing broken test as jquery-rails is included in application.js
2011-07-24 06:55:25 -07:00
Mitesh Jain
fe37b48f28 Bringing back the jquery-rails. One test is dependent. 2011-07-24 19:18:49 +05:30
Xavier Noria
3665ffda83 Revert "Tests now require MySQL2 adapter in order to run"
Reason: Setting up MySQL and Postgres needs installing servers
and libraries that perhaps you don't need in your machine. We
think fixing a bug in Active Support without running the suite
of Active Record for all possible drivers is OK. That's why
we explain first --without db, and after that we cover AR
specifically. mysql2 is no different than mysql or pg in that
sense.

This reverts commit 50d5e0f7e8ab01f3e7b5cf806eb4f9348eeff363.
2011-07-24 11:40:06 +02:00
Oemuer Oezkir
ee5cfdf120 Missed a few instances of British English spelling in the last commit
oh and obviously I meant according to Webster, not Weber
2011-07-24 10:40:40 +00:00
Oemuer Oezkir
71d18ce48e Changed a few instances of of words in the API docs written in British English to
American English(according to Weber)
2011-07-24 10:21:42 +00:00
Aaron Patterson
d33eb07543 Merge pull request #2233 from gramos/fix-issue-1951-master
Fix issue 1951 master Namespaced model partial_path is wrong in namespaced controllers
2011-07-23 21:00:11 -07:00
Aaron Patterson
d89a33d162 just use normal ruby for stubbing 2011-07-23 20:55:29 -07:00
Gaston Ramos
dc1b0fd957 - added ActionView::PartialRenderer#merge_path_into_partial(path, partial)
fix issues/1951
2011-07-24 00:54:58 -03:00