Daniel Dyba
325abe9fba
Substituted RailsCommands for Rails::Commands
2011-11-16 10:26:28 -08:00
Daniel Dyba
21c5a0a104
Changed Commands module to RailsCommands.
...
This is to avoid a conflict that occurs when you add Rake to
your Gemfile. There is a Commands Object in Rake that conflicts
with the Commands module in plugin.rb. See rails issue #1866 .
2011-11-16 10:23:00 -08:00
José Valim
2088f1b3b4
Merge pull request #3626 from guilleiguaran/include-therubyrhino-gemfile
...
Added therubyrhino to default Gemfile under JRuby
2011-11-14 09:53:57 -08:00
Guillermo Iguaran
49cd6a0ff7
Added therubyrhino to default Gemfile under JRuby
2011-11-14 07:07:38 -05:00
Jon Leighton
da02f792fe
Sync CHANGELOGs from 3-1-stable
2011-11-14 11:28:12 +00:00
Vijay Dev
e0efe48c45
Merge branch 'master' of github.com:lifo/docrails
2011-11-13 22:29:26 +05:30
Vijay Dev
30122307a1
copy edits in getting started guide
2011-11-13 22:27:44 +05:30
Vijay Dev
af51409de4
Revert "Move Tip up higher so users who are fine with SQLite can skip to the next section"
...
This reverts commit 4bf057b866
.
Reason: Prefer to keep the configuration of all databases at the same
level
2011-11-13 22:07:54 +05:30
Vijay Dev
c8c08bd000
Revert "Use rails help new instead of rails new -h"
...
This reverts commit 6ac65c9202
.
2011-11-13 21:57:39 +05:30
Vijay Dev
e1099eb4fd
Revert "Update guide to use Ruby 1.9 hash syntax"
...
This reverts commit 50a9de514f
.
Reason: Let's keep the guides at 1.8 syntax
2011-11-13 21:50:18 +05:30
Jason Noble
50a9de514f
Update guide to use Ruby 1.9 hash syntax
2011-11-13 03:15:56 -07:00
Jason Noble
a3156ac0f2
Add output for add_index command
2011-11-13 03:15:22 -07:00
Jason Noble
0774f22941
Convert tables to table format
2011-11-13 03:13:58 -07:00
Jason Noble
c0ee497436
Grammar change
2011-11-13 03:12:13 -07:00
Jason Noble
5e83491e97
Be explicit on where the show.html.erb is located
2011-11-13 01:40:28 -07:00
Jason Noble
3e3872b598
Make the guide more friendly
...
- Changed Rails 3.0 to 3.0+
2011-11-13 01:35:08 -07:00
Jason Noble
9b96f7414e
Be explicit about changing code
2011-11-13 01:33:29 -07:00
Jason Noble
cb552f807e
p.errors.full_messages is a little more human readable
2011-11-13 01:32:26 -07:00
Jason Noble
fc8f0a85b5
Add link to AR Validations and Callbacks to further explain validations
2011-11-13 01:31:33 -07:00
Jason Noble
1394c5447a
Update wording to read better
2011-11-13 01:31:07 -07:00
Jason Noble
06a8d16c8e
Update wording to be more explicit on what the timestamp fields track
2011-11-13 01:29:11 -07:00
Jason Noble
094bb8e50c
Update order so they show up in the order they do in the scaffolding output
2011-11-13 01:28:09 -07:00
Jason Noble
434fbe454c
Update wording to flow better
2011-11-13 01:27:14 -07:00
Jason Noble
703d5c2033
Fix typo
2011-11-13 01:26:23 -07:00
Jason Noble
4bf057b866
Move Tip up higher so users who are fine with SQLite can skip to the next section
2011-11-13 01:25:45 -07:00
Jason Noble
194a42e7aa
Updated wording to read better
2011-11-13 01:24:44 -07:00
Jason Noble
b778a7eefb
Updated wording on what 'rails new blog' did for the user
...
- Alphabetized the files/folders created
- Added link to Configuring Rails Applications
2011-11-13 01:21:40 -07:00
Jason Noble
6ac65c9202
Use rails help new instead of rails new -h
2011-11-13 01:19:21 -07:00
Jason Noble
ee100128c3
Move paragraphs to flow better
...
- Give the user a way to know they are fully installed and ready to continue
2011-11-13 01:19:01 -07:00
Jason Noble
962c55de0d
Add Tip about skipping to Section 3 if they want to come back to the philosophy later
2011-11-13 01:16:58 -07:00
Cheah Chu Yeow
f323b425f2
Fix bad English.
2011-11-13 13:35:32 +08:00
Cheah Chu Yeow
d9703fe92e
Clearing cache in action caching is not "the exact same way" as with page caching.
2011-11-13 13:34:16 +08:00
Cheah Chu Yeow
650ec898e5
Suggest a workaround for page caching and parameters instead of an unhelpful warning.
2011-11-13 13:25:39 +08:00
Prem Sichanugrist
84908fa382
For what it's worth; Update `memcache-client` gem name
2011-11-11 13:34:55 -05:00
Vijay Dev
b9aaa317cf
update ci file name in contributing guide
2011-11-11 01:50:42 +05:30
Wojciech Wnętrzak
9ce5d5155b
fixed example code indentation
2011-11-10 18:52:39 +01:00
Vijay Dev
74233d48e6
Fixes deprecation warning about passing a template handler
...
in the template name while generating guide related pages
like index, layout and credits
2011-11-10 22:36:20 +05:30
Tyler Coville
49349089ad
Fixed error with 'rails generate new plugin' where the .gitignore was not properly generated if --dummy-path was used and added test case
2011-11-09 23:22:26 -08:00
Akira Matsuda
a658fd2ffa
Extend IRB right before starting IRB to remove dependency on IRB from Rails::Application
2011-11-10 06:59:55 +09:00
José Valim
f686d9429f
Use head :no_content on the guides as well.
2011-11-09 19:06:02 -02:00
José Valim
4857339aab
Merge pull request #3509 from amatsuda/console_extend_command_bundle
...
move Rails console top level methods to IRB context
2011-11-09 02:14:50 -08:00
Akira Matsuda
6d09f275c6
Modulize Rails console methods so that other console libraries such as Pry can include these methods
2011-11-09 15:42:19 +09:00
Arun Agrawal
f642724f27
CHANGELOG => CHANGELOG.md
...
I missed these in previous commit
2011-11-09 11:54:07 +05:30
Arun Agrawal
5f826ea26f
Refactor test:uncommitted task.
...
Thanks to @sobrinho (Gabriel Sobrinho)
2011-11-09 09:46:51 +05:30
Vijay Dev
cff1d751d0
Merge branch 'master' of github.com:lifo/docrails
...
Conflicts:
railties/guides/source/active_record_querying.textile
2011-11-08 21:35:17 +05:30
Joost Baaij
1ffd5ec910
Replace example with SQL placeholder syntax.
...
This works just fine, is less code, and reduces the risk of someone implementing a SQL injection vulnerability.
2011-11-08 16:27:15 +01:00
Arun Agrawal
fe67501e62
Should be checking if file exists or not.
...
I found this bug when running rake test:uncommitted
on a newly generated rails app which don't have
test file for application_controller.
Can see detail here #3461
2011-11-08 15:51:47 +05:30
Arun Agrawal
b53f77ec99
CHANGELOG to CHANGELOG.md
2011-11-08 12:56:51 +05:30
Xavier Noria
17ecdd388c
adds trailing +s to the output of EXPLAIN for MySQL
2011-11-07 02:01:56 -08:00
Akira Matsuda
42cf5eba26
Remove redundant blank line at the bottom
2011-11-07 14:31:12 +09:00