Zachary Scott
d9f8b58d98
Merge pull request #18485 from andreynering/robots.txt
...
Adding 'Search Engines Indexing' Section [ci skip]
2015-02-16 10:08:01 -08:00
Andrey Nering
017de712ee
Add Single Table Inheritance to guides [ci skip]
2015-01-31 17:07:14 -02:00
Andrey Nering
2a428eda47
Adding 'Search Engines Indexing' Section [ci skip]
2015-01-14 19:18:47 -02:00
Andrey Nering
2c76d201e0
Fix name on changelog [ci skip]
2014-12-17 20:03:37 -02:00
Zachary Scott
34914c6fd7
Add CHANGELOG for #18034 [ci skip]
2014-12-15 18:36:02 -08:00
Rafael Mendonça França
f25ad07f5a
Start Rails 5 development 🎉
...
We will support only Ruby >= 2.1.
But right now we don't accept pull requests with syntax changes to drop
support to Ruby 1.9.
2014-11-28 15:00:06 -02:00
Robin Dupret
d93ae4fca8
Quick pass through Active Support and guides CHANGELOG
...
[ci skip]
2014-06-29 20:13:49 +02:00
John Kelly Ferguson
45072f34d2
Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip]
2014-05-25 18:48:14 -04:00
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
5ec797e2ca
Improve readability of Explain Queries table in guides [ci skip]
2014-05-24 18:16:07 -04:00
Guillermo Iguaran
a0155b2f55
Update CHANGELOG.md
...
Most recent change should be moved to the top
2014-05-21 22:20:37 -05: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
Rafael Mendonça França
30a41e76f6
new CHANGELOGs entries are in the top [ci skip]
2014-04-08 17:34:34 -03:00
Matias Korhonen
f0125a19b9
Updates the maintenance policy with new Rails versions
2014-04-08 23:18:49 +03:00
ariabov
34a3d425ea
In Active Record Querying guide, currently Merging of scopes
section uses a concept of default scope in its example before it is introduced in the following section titled Applying a default scope
.
...
It makes more sense to switch the ordering to introduce default scopes (`Applying a default scope`) first and then go into `Merging of scopes` section where it is used.
2014-04-02 23:39:22 -07:00
Carlos Antonio da Silva
71b3910a7d
Point master changelogs to 4-1-stable branch
...
Remove 4-1 related entries from master [ci skip]
2014-02-25 09:14:36 -03:00
Dmitry Korotkov
bc010e7140
Fix missing line and shadow on static error pages [ci skip]
2013-11-11 11:17:44 +04:00
Matias Korhonen
8045944e29
Adds the Rails maintenance policy to the Guides
...
[ci skip]
2013-10-03 00:39:29 +03:00
Yves Senn
6707f92c08
cleanup, remove trailing whitespace from guides/CHANGELOG
2013-07-03 21:47:08 +02:00
Sıtkı Bağdat
f0e4254bfa
Use Colspan in th Tags
...
Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it?
Change repetitive th tags to use colspan attribute
Update CHANGELOG.md
Update CHANGELOG.md
2013-06-17 19:59:02 +03:00
Rafael Mendonça França
feb44b9213
rails/master is now 4.1.0.beta
2013-04-29 13:15:24 -03:00
Stanislav
40f1642b67
New beauty pages(404, 422, 500)
...
moving changelog note to unreleased section
New beauty pages(404, 422, 500)
2013-03-02 00:24:54 +06:00
Rafael Mendonça França
0f75e2c51f
Update CHANGELOGS
2013-02-26 13:45:57 -03:00
David Heinemeier Hansson
c0bc9ce38c
Preparing for 4.0.0.beta1 release
2013-02-25 08:31:50 -06:00
Steve Klabnik
b659e00baf
Split Validations and Callbacks into separate guides.
...
Two big features that are only barely related in the same guide. Seems
bad.
I did not check references to these guides yet, so some links may need
to be updated.
2012-11-29 15:03:21 -08:00
Xavier Noria
c3d4fc40a5
registers the JS guide in the CHANGELOG [ci skip]
2012-10-23 22:23:52 +02:00
Mike Moore
2a68f68aea
Update test locations
...
Change the default test locations to avoid confusion around the common
testing terms "unit" and "functional".
Add new rake tasks for the new locations, while maintaining backwards
compatibility with the old rake tasks.
New testing locations are as follows:
app/models -> test/models (was test/units)
app/helpers -> test/helpers (was test/units/helpers)
app/controllers -> test/controllers (was test/functional)
app/mailers -> test/mailers (was test/functional)
2012-10-09 17:53:56 -06:00
Xavier Noria
283949f79e
adds a CHANGELOG for guides and registers the new responsive design
2012-10-07 11:38:07 +02:00