Commit Graph

1658 Commits

Author SHA1 Message Date
Rafael Mendonça França
92c5a2244e Revert change on ActiveRecord::Relation#order method that prepends new
order on the old ones

The previous behavior added a major backward incompatibility since it
impossible to have a upgrade path without major changes on the
application code.

We are taking the most conservative path to be consistent with the idea
of having a smoother upgrade on Rails 4.

We are reverting the behavior for what was in Rails 3.x and,
if needed, we will implement a new API to prepend the order clauses in
Rails 4.1.
2013-07-29 23:18:33 -03:00
Xavier Noria
5304afcbb1 Merge pull request #11358 from Alamoz/asset_pipeline
Update of 'The Asset Pipeline' guide for Rails 4.
2013-07-29 14:16:53 -07:00
Xavier Noria
b51786d26e Merge pull request #11654 from robin850/freebsd
Add installation instructions for FreeBSD [ci skip]
2013-07-29 08:15:38 -07:00
Robin Dupret
1bb9771040 Add installation instructions for FreeBSD [ci skip]
Add packages required to setup the rails environment on FreeBSD.
2013-07-29 15:46:29 +02:00
Ankit Gupta
4509f9eaed Fixing the broken URL [skip ci] 2013-07-29 14:24:55 +01:00
Prathamesh Sonpatki
482718ffb5 Improved the doc about showing posts in getting started guide [ci skip]
- Reference #11644
2013-07-29 14:40:02 +05:30
Vijay Dev
2a71e9cbd4 Merge branch 'master' of github.com:rails/docrails 2013-07-28 19:41:48 +05:30
Mikhail Dieterle
f14c94dd1a Typo fix 2013-07-28 17:01:29 +03:00
Mikhail Dieterle
b1b589cab6 Using markdown-style code quotes 2013-07-28 16:36:26 +03:00
Robin Dupret
741fdbfcf4 Fix lixml2 to libxml2 [ci skip] 2013-07-28 12:19:54 +02:00
Adrien Lamothe
5c63ee214e Update of 'The Asset Pipeline' guide for Rails 4. [ci skip] 2013-07-26 23:27:45 -07:00
Tomas Varaneckas
33f902ee55 Update Rails 3.2.x guide link [ci skip] 2013-07-27 09:26:05 +03:00
Robin Dupret
82a2a78be8 Use hyphenated version of assert_url [ci skip] 2013-07-26 16:10:03 +02:00
Robin Dupret
a8d1412a32 Add a SQL example for not [ci skip]
To share a certain logic across other examples, let's add a sample SQL
code generated by the given Ruby code
2013-07-26 15:11:58 +02:00
Damien Mathieu
3f29a65cd5 Refix my misreading of the diff
sorry @robin850.
Thanks @fxn
2013-07-26 12:23:33 +02:00
Damien Mathieu
8b8d7f9721 Revert "Fix the SQLite gem name"
This reverts commit 700c6c65bcce17d4c61423ceaef031bcbe203337.

Bot the `sqlite3` and `sqlite3-ruby` gems exist.
https://rubygems.org/gems/sqlite3
https://rubygems.org/gems/sqlite3-ruby

In fact, they both point to the same github repository.
https://github.com/luislavena/sqlite3-ruby

However, the last one hasn't been released since 2011, while the first
one keeps getting regular releases.
2013-07-26 12:05:42 +02:00
Peter Jaros
2e0a9941a8 AM Guide: Should be "different formats". 2013-07-24 15:23:48 -04:00
Robin Dupret
1565821c34 Add packages list for ArchLinux [ci skip]
Add the packages required on Arch Linux when setting up the development
dependencies
2013-07-24 18:12:00 +02:00
Robin Dupret
700c6c65bc Fix the SQLite gem name 2013-07-24 17:23:00 +02:00
Rashmi Yadav
990e8f06f6 Removed doc of removed method diff [ci skip] 2013-07-24 13:42:22 +02:00
Rashmi Yadav
7e665d2397 Updated guides with latest method [ci skip] 2013-07-24 13:33:53 +02:00
Rashmi Yadav
88667eba4d fixed file name references [ci skip] 2013-07-24 13:32:34 +02:00
Rashmi Yadav
2cd63ed3af Updated guides with latest method [ci skip]
for blank?
2013-07-23 19:27:21 +02:00
Rafael Mendonça França
f8ea7c8b00 Merge pull request #11566 from rajcybage/master
add the missing middleware in command line guides rake about [ci skip]
2013-07-23 05:32:04 -07:00
Rajarshi Das
8690b1a895 add the missing middleware in command line guides rake about [ci skip] 2013-07-23 10:19:44 +05:30
Piotr Sarnacki
4e211d3fac Add info about placing a new CHANGELOG entry to contributing guide 2013-07-22 17:25:22 +02:00
Santiago Pastorino
e89d4d3a17 Merge pull request #11536 from dpickett/patch-1
metal is no longer mentioned on rack guide
2013-07-22 05:02:25 -07:00
Piotr Sarnacki
2c1ddd82e6 Merge pull request #11534 from gaurish/log
Add logging performance [ci skip]
2013-07-21 16:19:10 -07:00
Guillermo Iguaran
a836db0244 Update note about declarative etags in release notes 2013-07-21 14:57:51 -05:00
Guillermo Iguaran
5025308da3 Improve comment about ActiveModel::Model 2013-07-21 13:54:29 -05:00
Dan Pickett
859fbbf1e7 metal is no longer mentioned on rack guide 2013-07-21 14:38:48 -04:00
Guillermo Iguaran
9cee8634ef Fix note about AP/AV decoupling in release notes 2013-07-21 13:36:11 -05:00
Gaurish Sharma
b48bb74ef8 Add logging performance [ci skip] 2013-07-21 18:57:30 +05:30
Vijay Dev
3613235cc3 Merge branch 'master' of github.com:rails/docrails 2013-07-21 18:08:43 +05:30
Matthew King
60cca3b061 Rails 4.0 release notes. Explain major features added and removed. [ci skip] 2013-07-20 19:09:14 -04:00
Nishant Modak
365921557d Upgrade guide. Renaming Indexes on tables. [ci skip].
39eef1a565 (commitcomment-3672522)
2013-07-19 16:53:09 +05:30
Mikhail Dieterle
760662de86 use strong_params in example 2013-07-19 10:54:24 +03:00
Yves Senn
20281b7f39 fix typo in Active Record Validations guide. [ci skip].
Closes #11498.
2013-07-19 07:44:53 +02:00
Erich Kist
d4ed68a501 Revert "Fix SyntaxError in guides sample code"
This reverts commit f573df32d43c413a5098721ba6151ff190c23c6c.

The original idea of this documentation was to showcase the feature
where you can remove some only queries attributes with a single
key-value pair.
2013-07-18 12:04:09 -03:00
Rajarshi Das
d49c00027e fixes the test case of that plugins 2013-07-18 11:04:21 +05:30
Gary S. Weaver
9220bf05b5 grammar fix in upgrade documentation 2013-07-17 17:19:22 -04:00
Yves Senn
faf6f7851e Merge pull request #11478 from newton10471/master
fixes plugin test for tutorial [ci skip]
2013-07-17 10:13:00 -07:00
Matt Newton
dec8a8ddcc fixes plugin test for tutorial
[ci skip]
2013-07-17 12:57:58 -04:00
Rashmi Yadav
e7485752e6 New output for scaffold generate [ci skip] 2013-07-17 17:47:08 +02:00
Burkhard Vogel-Kreykenbohm
ad62cf68f8 bcrypt-ruby stable is 3.1 2013-07-17 16:39:07 +02:00
Arun Agrawal
fd8890058e Guides fixed typo in index.html.erb file [ci skip] 2013-07-17 12:04:14 +02:00
Arun Agrawal
86fd83770f Added Rack::Sendfile in rake about [ci skip] 2013-07-15 11:52:08 +02:00
Arun Agrawal
9ed7013a3d Rack Sendfile is coming as default now 2013-07-15 10:35:00 +02:00
Rashmi Yadav
2c07baf284 Using ruby 1.9 syntax [ci skip] 2013-07-14 22:55:56 +02:00
Ian Fleeton
0e262b3b64 memorized -> memoized typo fix [ci skip]
Reverts one line from 457b7ff9
2013-07-14 11:01:46 +01:00