Commit Graph

70 Commits

Author SHA1 Message Date
Robin Dupret
aff03e71b4 Update guides regarding the extension changes
With rails/coffee-rails#61 (and #17241), the `.coffee` extension is
favoured over `.js.coffee`. Respectively, with rails/sass-rails#271
`.scss` and `.sass` are favoured over `.css.scss` and `.css.sass`.

Let's update the documentation to reflect that.

[ci skip]
2014-12-26 18:08:44 +01:00
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
yui-knk
c559f97fc8 [ci skip] Change three backticks to just one 2014-12-17 23:28:21 +09:00
yui-knk
ec13bf0a99 [ci skip] Fix typo in command_line.md 2014-11-09 23:38:56 +09:00
yui-knk
b38c9eb631 [ci skip] Fix line break on command line guide 2014-11-08 11:22:42 +09:00
yuuji.yaginuma
066faa09e2 [ci skip] modify default host in command line guide 2014-11-07 17:34:15 +09:00
Arun Agrawal
e81c6efc0e Update bin/rake about [ci skip]
As we are no more displaying frameworks
2014-11-05 13:54:50 +01:00
Niko Kiuru
5ec944ed83 Singular credit_card controller name changed to plural 2014-09-14 20:40:43 +03:00
David Heinemeier Hansson
206347fd3e Update docs to reflect that helper stubs are no longer generated 2014-08-03 15:12:05 -07:00
Dave Jachimiak
f032ba528b Remove "profile and benchmark" line from command line guide
The profiling and benchmarking commands are no longer built into Rails.
2014-07-17 09:07:08 -04:00
Robin Dupret
c2d96d14ec Update Rails versions [ci skip]
As discussed in #15304, we need to automate this process but for now,
having out-of-date versions is not ideal.

Since master targets 4.2.0, let's also update references to the last 4.1
version to 4.2.0.

Finally, let's remove mentions to versions when this is not needed. The
guides cover the features of the current version anyway.

[Juanito Fatas + Robin Dupret]
2014-07-07 14:22:25 +02:00
Mauro George
4251af5235 Add to guides app and helper objects on command line
[ci skip]
2014-06-19 16:10:31 -03:00
Aditya Kapoor
269ad13be7 Correct Example output in Rails guides [ci skip] 2014-06-07 20:58:29 +05:30
John Kelly Ferguson
3a480b45d6 Update all Rails 4.1.0 references in guides to 4.1.1 [ci skip] 2014-05-24 18:51:23 -04:00
John Kelly Ferguson
d02c810e29 Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] 2014-05-21 23:01:45 -04:00
Yves Senn
f3407d1392 Merge pull request #15191 from camsong/master
Distinguish rake assets:clobber from rake assets:clean

[ci skip]
2014-05-20 21:40:22 +02:00
cam song
9aa807cc68 Distinguish rake assets:clobber from rake assets:clean 2014-05-20 20:04:33 +08:00
Josef Šimánek
981dda53db Use generated binstubs in guides examples.
[ci skip]
2014-05-20 13:29:18 +02:00
Steven Harman
e50719332e Fix spelling and proper nouns
[ci skip]
2014-04-17 23:24:41 -04:00
robertomiranda
6b4793b1d2 Update command line guide 2014-03-17 17:03:41 -05:00
robertomiranda
7d357b2d84 [ci skip] Update list of files extensions in rake notes guide 2014-02-26 17:01:43 -05:00
Nate Berkopec
7910d7d863 Remove broken Commmand Line guide link
[ci skip]
2013-11-15 09:33:49 -05:00
Arun Agrawal
be8d8ba8b5 Added ActionView in rake about [ci skip] 2013-10-09 14:45:20 +02:00
Vijay Dev
33434f69c4 Merge branch 'master' of github.com:rails/docrails 2013-09-28 23:28:16 +05:30
douglascalhoun
135a1b4e41 Removes redundant into text
Looks like a remnant sentence fragment from the 3.2 guide.
2013-09-21 03:59:48 -07:00
Rashmi Yadav
b827663e5f EncryptedCookieStore => CookieStore [ci skip] 2013-09-13 19:54:56 +02:00
Rafael Mendonça França
8f57b22025 Use the Rails binary when generating task
Copy-edits

[ci skip]
2013-09-12 19:08:24 -03:00
Teng Siong Ong
ecf7917426 [ci skip] Documentation on how to create custom rake tasks. 2013-09-10 01:03:53 -07:00
Alex Altair
8179fdd06a Update Test::Unit to Minitest
Previous was misleading; current is more up to date.

[ci skip]
2013-08-27 15:48:48 -07:00
Anton Cherepanov
3e20ddd0d0 Bump ruby version [ci skip] 2013-08-07 03:31:33 +06:00
Rajarshi Das
8690b1a895 add the missing middleware in command line guides rake about [ci skip] 2013-07-23 10:19:44 +05:30
Rashmi Yadav
e7485752e6 New output for scaffold generate [ci skip] 2013-07-17 17:47:08 +02:00
Arun Agrawal
86fd83770f Added Rack::Sendfile in rake about [ci skip] 2013-07-15 11:52:08 +02:00
Rashmi Yadav
a6f44db052 [doc] Info added for tmp:create [ci skip] 2013-06-23 10:02:13 +02:00
Vishnu Atrai
8bb165e9e0 change rails verison to 4.0.0 in command line 2013-06-16 11:52:46 +05:30
Vishnu Atrai
af8cbfa7b1 Merge pull request #150 from vatrai/edgerails_in_command_line
replace version 3.2.3 by 4.0.0.beta in command line
2013-06-15 05:56:18 -07:00
Vishnu Atrai
3741dc758f replace version 3.2.3 by 4.0.0.beta in command line 2013-06-15 11:01:50 +05:30
Vishnu Atrai
8f39defd29 more guidelines for command line 2013-06-14 08:06:54 +05:30
Yves Senn
d2fe72345a it's Active Record not ActiveRecord
/cc @fxn
2013-04-30 17:59:12 +02:00
Prathamesh Sonpatki
a4bd64ffed Changed rspec/model directory example to spec/models 2013-04-03 22:48:09 +05:30
Akira Matsuda
9a5d4288c5 s/app\/model\//app\/models\//g 2013-03-24 16:00:54 +09:00
Prathamesh Sonpatki
d45145acdc Changed 'args' to 'arguments' when used in places other than code with fixing few more typos 2013-03-24 00:34:06 +05:30
robertomiranda
a83183c721 Remove BestStandardsSupport references 2013-02-01 16:37:35 -05:00
Akira Matsuda
8b0e52556e script => bin 2013-01-18 17:12:47 +09:00
Matt Bridges
08ac4b9672 clear specific logs when using rake log:clear 2013-01-16 17:12:32 -06:00
Vijay Dev
f049016cd3 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/getting_started.md
2013-01-09 01:04:15 +05:30
Akira Matsuda
ffaad630e2 get rid of outdated "server with Different Backends" section
* I don't think people are running Rails under mongrel today
* it's better not to sudo gem install
* basically all we need to do is just bundle the server. No need to give its name as a parameter
* I could write ^^^, but I realized that it's not really about "command line"
2013-01-04 14:40:21 +09:00
Akira Matsuda
40c3d80296 update the example of generated postgresql config 2013-01-04 14:24:46 +09:00
Akira Matsuda
2161434d16 update the scaffold generator outputs 2013-01-04 06:23:16 +09:00
Vijay Dev
ed28e6c9f2 update rake tasks output [ci skip] 2013-01-01 23:43:00 +05:30