Ilya Grigorik
fe55f5e581
Merge branch 'asset_hash_should_depend_on_env'
2011-08-04 23:55:31 -04:00
Ilya Grigorik
050c1510b6
Clear out tmp/cache when assets:clean is invoked.
...
Otherwise, if bad data is cached in tmp/clear then the next invocation
of assets:precompile (or a regular incoming request) will pickup files from
tmp without regenerating them from source.
2011-08-04 23:54:22 -04:00
Ilya Grigorik
ed5c6d254c
generate environment dependent asset digests
...
If two different environments are configured to use the pipeline, but
one has an extra step (such as compression) then without taking the
environment into account you may end up serving wrong assets
2011-08-04 23:53:32 -04:00
Ilya Grigorik
e44efac086
Clear out tmp/cache when assets:clean is invoked.
...
Otherwise, if bad data is cached in tmp/clear then the next invocation
of assets:precompile (or a regular incoming request) will pickup files from
tmp without regenerating them from source.
2011-08-04 23:53:32 -04:00
Xavier Noria
04f88d1630
Merge branch 'master' of github.com:rails/rails
2011-08-04 16:42:14 -07:00
Xavier Noria
9e18380a32
Revert "Explicitly included hashes in sentence regarding SQL-injection-safe forms"
...
Reason: The hash form is secure, and preferred over the array form if possible.
This reverts commit 6dc749596c .
2011-08-04 16:41:31 -07:00
Xavier Noria
e82b4901eb
Revert "grammatical changes"
...
Reason: As discussed in GitHub, it is debatable, and present tense
is fine (and simple, and preferred).
This reverts commit 54ccda9f0a5e4a5e72a4c159dc8787faaf65e8a2.
2011-08-04 16:41:31 -07:00
Rashmi Yadav
681d919e48
The trailing '/' isn't being picked up by Github anyway, and the link works as is.
2011-08-04 16:41:31 -07:00
Waynn Lue
5f2c790cb7
The trailing '/' isn't being picked up by Github anyway, and the link works as is.
2011-08-04 16:41:31 -07:00
JudeArasu
2e764c5fd1
grammatical changes
2011-08-04 16:41:30 -07:00
Vijay Dev
25845b3d42
typo fix
2011-08-04 16:41:30 -07:00
Vijay Dev
febdd6c96c
minor changes in migrations guide
2011-08-04 16:41:30 -07:00
Vijay Dev
b3719ee7ed
fixed incorrect tags
2011-08-04 16:41:30 -07:00
pbflinn
9e1a27a0ac
Fix typo 'console' -> 'constant'
2011-08-04 16:41:30 -07:00
Vishnu Atrai
f3564b9e22
Active Resource - guide for destroy
2011-08-04 16:41:29 -07:00
Vishnu Atrai
eed1026e83
Active Resource - guide for update/save
2011-08-04 16:41:29 -07:00
Vishnu Atrai
163533b17d
Active Resource - guide for create
2011-08-04 16:41:29 -07:00
Vishnu Atrai
abfbab2713
Active Resource - guide for reading and writing data
2011-08-04 16:41:29 -07:00
Waynn Lue
dbc10a09b3
typo in "wont"
2011-08-04 16:41:29 -07:00
Vijay Dev
05f6135895
3.1 release notes Active Record changes, Architectural changes and
...
organizing sections.
2011-08-04 16:41:28 -07:00
Arun Agrawal
f63599825b
Adding more info as rake about is fixed
2011-08-04 16:41:28 -07:00
Arun Agrawal
8362b070dc
Rack::Sendfile is no more default middleware.
2011-08-04 16:41:28 -07:00
Waynn Lue
384ac3eca7
"blog" is more common than "weblog" these days.
2011-08-04 16:41:28 -07:00
Vijay Dev
fe6b967aea
3.1 release notes - added AP and Railties sections
2011-08-04 16:41:28 -07:00
Vijay Dev
4e28c40bfd
3.1 release notes draft
2011-08-04 16:41:27 -07:00
Vijay Dev
54e7694982
prefer to use if..end unless the condition is simple/compact
2011-08-04 16:41:27 -07:00
Vijay Dev
29772a136a
remove some parts of the section on shortcut helpers, document custom validators
2011-08-04 16:41:27 -07:00
Vijay Dev
38bfcffc59
make the warning clear about the effect of using validates_associated on both sides on an association.
2011-08-04 16:41:27 -07:00
Vishnu Atrai
c62cb2f2fb
usages of active resouce
2011-08-04 16:41:27 -07:00
Vishnu Atrai
8d1c642cae
configuration for active resource
2011-08-04 16:41:27 -07:00
Vishnu Atrai
e898556543
Introduction for active resource
2011-08-04 16:41:26 -07:00
Vishnu Atrai
f56c2b88c5
Active Resouce guide initial load
2011-08-04 16:41:26 -07:00
Bratish Goswami
2350185e40
'/' was outside of anchor tag.
2011-08-04 16:41:26 -07:00
Waynn Lue
b15cc2e8ec
Superfluous "the".
2011-08-04 16:41:26 -07:00
Bratish Goswami
e23bc8ac9b
extra '/' removed from url, which was not linked
2011-08-04 16:41:26 -07:00
Arun Agrawal
60af023107
Extra "l" removed before h2.
2011-08-04 16:41:10 -07:00
Vijay Dev
d8c77fa16c
document meta method
2011-08-04 16:40:25 -07:00
ejy
07f172ff83
Removed trailing slash of 'Download and installation' Github URL as per convention
2011-08-04 16:40:25 -07:00
Pete Campbell
3c3f808764
Explicitly included hashes in sentence regarding SQL-injection-safe forms
2011-08-04 16:40:25 -07:00
Alberto Perdomo
e84ea65e71
Association and Callbacks guide: Added section on shortcut syntax 'validates'.
2011-08-04 16:40:25 -07:00
Hendy Tanata
a45c2d5934
Fix two spaces between sententes on README.rdoc.
2011-08-04 16:40:24 -07:00
Vijay Dev
2dc6cca773
move the note after the scaffold files listing
2011-08-04 16:40:24 -07:00
Xavier Noria
4265f2eaa5
sync the getting started guide with master
2011-08-04 16:40:24 -07:00
Aaron Patterson
c7af6cf58e
we should not ignore all gems in here
2011-08-04 16:31:57 -07:00
Santiago Pastorino
d338e8976f
Add git push and git push --tags to RELEASING_RAILS.rdoc
2011-08-04 18:43:13 -03:00
Aaron Patterson
cb6a082fee
moving CI and Sam Ruby to the top of the list. I ❤️ CI and Sam
2011-08-04 14:15:45 -07:00
Aaron Patterson
879dcada2e
add section about notifying implementors
2011-08-04 14:13:41 -07:00
Aaron Patterson
2d2c9179ad
fixing assert_difference issues on ruby 1.8
2011-08-04 14:07:40 -07:00
Aaron Patterson
19ab8e4bc9
fixing wrong words. thanks @jbrown
2011-08-04 14:07:39 -07:00
Santiago Pastorino
d7e55c3429
Merge pull request #2421 from pivotal-casebook/master
...
Simple_format should not edit it in place. (Fixes https://github.com/rails/rails/issues/1980 )
2011-08-04 11:49:43 -07:00