aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4474 from guilleiguaran/fix-route-inspector-3-2-stableJosé Valim2012-01-152-1/+16
|\
| * Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-152-1/+16
|/
* Fix stack level too deep when model does not have attributes method.Piotr Sarnacki2012-01-152-1/+9
* Upgrade mail dependency to 2.4.0Mikel Lindsaar2012-01-151-1/+1
* Merge pull request #4471 from semaperepelitsa/enum_sumAaron Patterson2012-01-141-1/+1
|\
| * Pass a symbol instead of a block. This is faster and more concise.Semyon Perepelitsa2012-01-151-1/+1
|/
* Add begin/ensure block since we are returning.José Valim2012-01-141-3/+5
* Fix race condition :bomb:Jon Leighton2012-01-131-4/+11
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-135-15/+49
* No AS::TestCase here.José Valim2012-01-131-1/+1
* config.force_ssl should mark the session as secure.José Valim2012-01-132-0/+33
* Merge pull request #4451 from guilleiguaran/add-therubyracer-commentedJosé Valim2012-01-132-6/+16
* Update Railties section of 3.2 release notesGuillermo Iguaran2012-01-131-1/+3
* warns against using temporary subscribersXavier Noria2012-01-121-0/+4
* fix rails binary path when using --dev [ci skip]Vijay Dev2012-01-132-2/+2
* Added note about [ci skip] tag to contributing guidePiotr Sarnacki2012-01-121-0/+2
* add info about kindle guides in the release guide [ci skip]Vijay Dev2012-01-131-0/+4
* Fix table_name in ActiveRecord with more than one abstract ancestorsPiotr Sarnacki2012-01-122-3/+18
* prepare for 3.2 guides release :)Vijay Dev2012-01-131-1/+1
* remove hidden link in guides layoutVijay Dev2012-01-131-1/+0
* moving to arel 3.0.0Aaron Patterson2012-01-121-1/+1
* depend on journey 1.0.0Aaron Patterson2012-01-121-1/+1
* add 3.2 release notes to the guides indexVijay Dev2012-01-131-0/+4
* minor editsVijay Dev2012-01-132-2/+2
* fixes in api docsVijay Dev2012-01-135-7/+7
* minor revision in 3.2 release guideVijay Dev2012-01-131-1/+1
* Add CHANGELOG entrySantiago Pastorino2012-01-112-0/+5
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-112-2/+31
* add some missing formats in the release guideVijay Dev2012-01-111-5/+5
* Merge pull request #4412 from kennyj/fix_3743Santiago Pastorino2012-01-111-0/+2
* Some revisions to the release notes guideVijay Dev2012-01-111-13/+13
* add documentation explaining reorder behaviorMatt Jones2012-01-111-0/+10
* Made an example a little more realisticcodesnik2012-01-111-1/+1
* Merge pull request #4408 from tomstuart/read-and-write-attribute-aliasesSantiago Pastorino2012-01-112-5/+46
* Merge pull request #4404 from rizwanreza/edits-to-spastorino-upgrade-notesSantiago Pastorino2012-01-111-11/+8
|\
| * Edits to spastorino's additions in 3.2 Release NotesRizwan Reza2012-01-111-11/+8
|/
* FFFFFFFFUUUUUUUUUUUUUUUUUUUUUUUUU :bomb:Aaron Patterson2012-01-101-3/+0
* deprecate the subdirectories parameter to `migrations`Aaron Patterson2012-01-101-2/+13
* Add "What to update in your apps" section to the release notes guideSantiago Pastorino2012-01-101-0/+29
* Remove duplicated test line which was causing Ci failures on 1.8.7.José Valim2012-01-101-1/+0
* Remove dead codeSantiago Pastorino2012-01-101-4/+0
* Add CHANGELOG entrySantiago Pastorino2012-01-101-0/+2
* Rails initialization with initialize_on_precompile = false should set assets_dirSantiago Pastorino2012-01-102-1/+10
* Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)Piotr Sarnacki2012-01-102-7/+51
* Add original_fullpath and original_url methods to RequestPiotr Sarnacki2012-01-102-0/+32
* Add ORIGINAL_FULLPATH to envPiotr Sarnacki2012-01-103-1/+54
* Merge pull request #4352 from kennyj/improve_3694-2José Valim2012-01-061-3/+3
|\
| * Don't fork a process when assets:precompile:nondigest is invoked in assets:pr...kennyj2012-01-071-3/+3
|/
* Depend on coffee-rails 3.2.1Santiago Pastorino2012-01-051-1/+1
* Merge pull request #4311 from kuroda/3-2-negative_formatAaron Patterson2012-01-052-0/+8
|\