mhutchin
|
fca2613ec4
|
Correct formatting
|
2011-10-07 08:26:05 -07:00 |
|
mhutchin
|
d4ea804e21
|
Replace the reference to the annotate_models plugin (unchanged since 2008) with more current annotate_models gem
|
2011-10-07 08:16:33 -07:00 |
|
Dimitar Dimitrov
|
ddee206dfb
|
More understandable warning in the local_constant_names section
Rewrite the warning about local_constant_names in Ruby 1.8 to make it more understandable. Word ordering fixes in the same section.
|
2011-10-07 03:14:59 +03:00 |
|
clay shentrup
|
0549ba10b3
|
Clarifying ambiguous description of require_self in the asset pipeline
|
2011-10-06 16:09:36 -07:00 |
|
Manuel Menezes de Sequeira
|
a17e5e2462
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-10-06 21:31:26 +01:00 |
|
Manuel Menezes de Sequeira
|
29bf193cad
|
Undid previous change which violated the convention regarding output (use "# =>") used in these guides. Corrected typo in previous correction. (Thanks for pointing this out, vijaydev.)
|
2011-10-06 21:29:58 +01:00 |
|
Vijay Dev
|
545ddbdbc5
|
fix an example
|
2011-10-06 23:50:16 +05:30 |
|
Alexey Vakhov
|
d42d97d2e3
|
Fix comment in AbstractController callbacks
|
2011-10-06 10:39:37 +04:00 |
|
Hendy Tanata
|
79a719a6d2
|
Grammar fixes for the routing guide.
|
2011-10-06 14:03:46 +08:00 |
|
Ryan Bigg
|
4f5878a4a9
|
Merge branch 'master' of github.com:lifo/docrails
* 'master' of github.com:lifo/docrails:
use Rails.root.join for assets guide
|
2011-10-06 13:33:55 +11:00 |
|
Ryan Bigg
|
02eac2db94
|
[config guide] Show example of defining initialization hooks
|
2011-10-06 13:32:39 +11:00 |
|
Ryan Bigg
|
00751f0257
|
[config guide] mention that to_prepare hooks are called upon every request in dev, but only once in production
|
2011-10-06 13:32:21 +11:00 |
|
Nick Quaranto
|
3d595c5eae
|
use Rails.root.join for assets guide
|
2011-10-05 22:27:33 -04:00 |
|
Ryan Bigg
|
876d3f23d2
|
[engines guide] More explanation for 'Generating an engine'
|
2011-10-06 09:18:21 +11:00 |
|
Ryan Bigg
|
1ba6b40698
|
[engines] Expanded 'What are engines?' and 'Generating an engine' sections
|
2011-10-06 09:18:21 +11:00 |
|
Manuel Menezes de Sequeira
|
cde529448b
|
Some small corrections and improvements to the text.
|
2011-10-05 22:52:50 +01:00 |
|
Manuel Menezes de Sequeira
|
07343d2974
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-10-05 22:14:49 +01:00 |
|
Manuel Menezes de Sequeira
|
8d775d5f1d
|
Correction of code snippet tag from shell to ruby.
|
2011-10-05 22:14:41 +01:00 |
|
Prem Sichanugrist
|
d6c7185d77
|
Update Rails routing guide to mention that redirect() is a 301 permanent redirect
I had to try out myself to realize that it's 301, so this should be helpful to everyone.
|
2011-10-05 15:31:14 -03:00 |
|
Vijay Dev
|
46ce7f1f77
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-10-05 18:42:18 +05:30 |
|
Vijay Dev
|
ea49935a6e
|
copy editing
|
2011-10-05 18:40:45 +05:30 |
|
Manuel Menezes de Sequeira
|
34ed93931d
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-10-05 11:59:47 +01:00 |
|
Manuel Menezes de Sequeira
|
4406bbe147
|
s/help/helper/
|
2011-10-05 11:59:03 +01:00 |
|
Hendy Tanata
|
a44bbfc1c7
|
Corrections to Active Record Validations and Callbacks guide.
|
2011-10-05 17:35:58 +08:00 |
|
José Valim
|
ae4febdf84
|
Merge pull request #3229 from amatsuda/string_prepend
ruby193: String#prepend
|
2011-10-05 00:38:57 -07:00 |
|
José Valim
|
4cea4ee6b5
|
Fix regression when calling helpers inside sprockets.
|
2011-10-05 09:37:58 +02:00 |
|
Robert Ross
|
463223c324
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-10-04 23:42:50 -07:00 |
|
Robert Ross
|
ac49fb1aa9
|
Change one more place for JSON string to Hash
|
2011-10-04 23:42:37 -07:00 |
|
Akira Matsuda
|
87eab595d8
|
ruby193: String#prepend is also unsafe
|
2011-10-05 15:26:29 +09:00 |
|
Akira Matsuda
|
9c4fe308b6
|
override unsafe methods only if defined on String
|
2011-10-05 15:26:28 +09:00 |
|
José Valim
|
87c57bb88f
|
Fix the lame config.action_controller.present? check scattered throughout assets_path.
Conflicts:
actionpack/test/template/sprockets_helper_test.rb
|
2011-10-05 02:35:43 +02:00 |
|
Jon Leighton
|
ee2be435b1
|
Raise error on unknown primary key.
If we don't have a primary key when we ask for it, it's better to fail
fast. Fixes GH #2307.
|
2011-10-05 01:11:40 +01:00 |
|
José Valim
|
5711a35ad8
|
Ensure default_asset_host_protocol is respected, closes #2980.
|
2011-10-05 02:08:02 +02:00 |
|
José Valim
|
ac2f6bd643
|
Encapsulate common rake invocation logic in a method.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-05 01:25:55 +02:00 |
|
Mark J. Titorenko
|
110ce85482
|
added comment about why nondigest assets requires a reinvocation
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-05 01:25:47 +02:00 |
|
Mark J. Titorenko
|
26a62a6552
|
only reinvoke if necessary
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-05 01:25:39 +02:00 |
|
Mark J. Titorenko
|
42eda8f8a1
|
only execute the nondigest task if needed
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-05 01:25:05 +02:00 |
|
Mark J. Titorenko
|
ee51cc30ff
|
don't munge the environment, let rake do that for us
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-05 01:25:01 +02:00 |
|
Mark J. Titorenko
|
b41bd968c6
|
assets compilation task refactoring
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-05 01:24:58 +02:00 |
|
Ryan Bigg
|
2c4e08d872
|
[engines guide] initial layout
|
2011-10-05 08:38:04 +11:00 |
|
José Valim
|
dc85fc546f
|
Fix failing test added in previous commit.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-04 22:04:56 +02:00 |
|
Mark J. Titorenko
|
9c69ef3167
|
correct path used in "digested assets are not mistakenly removed" test
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-04 22:04:49 +02:00 |
|
Mark J. Titorenko
|
1f0b78e045
|
add failing test: "digested assets are removed from configured path"
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-10-04 22:04:45 +02:00 |
|
Robert Ross
|
eef176dc7d
|
Fix as_json doc to say what it actually returns.
|
2011-10-04 09:37:54 -07:00 |
|
Santiago Pastorino
|
db262211c9
|
Bump sprockets to 2.0.2
|
2011-10-04 14:14:36 -02:00 |
|
Manuel Menezes de Sequeira
|
bb4edc8edf
|
More corrections and clarifications to the Active Record Validations and Callbacks guide.
|
2011-10-04 16:13:16 +01:00 |
|
Santiago Pastorino
|
997efed103
|
Merge pull request #3212 from ayrton/master
incorrect to_formatted_s example
|
2011-10-04 05:34:25 -07:00 |
|
Ayrton De Craene
|
02b0f8d9ff
|
to_formatted_s is an instance method for a Range not an Array
|
2011-10-04 15:21:23 +03:00 |
|
José Valim
|
96aa3bd0ea
|
Clean up subdomain code a bit.
|
2011-10-04 11:31:47 +02:00 |
|
José Valim
|
b039069756
|
Merge pull request #3209 from ksob/subdomain_false_strips_subdomains
:subdomain => false will remove all subdomains now. Closes #2025
|
2011-10-04 02:26:40 -07:00 |
|