aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Collapse)AuthorAgeFilesLines
* Fix custom validation methods section in AR validations and callbacks guideCarlos Antonio da Silva2012-01-251-2/+14
| | | | | | The methods validate_on_create and validate_on_update are not available anymore in Rails, this removes them from the guide and adds an example on how to use validate with the :on option.
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-152-1/+16
| | | | | | Conflicts: railties/lib/rails/application/route_inspector.rb
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-0/+2
| | | | Closes #4441 if Active Record is disabled assets are delivered correctly
* 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
|
* 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
|
* prepare for 3.2 guides release :)Vijay Dev2012-01-131-1/+1
|
* remove hidden link in guides layoutVijay Dev2012-01-131-1/+0
|
* 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-132-2/+2
|
* minor revision in 3.2 release guideVijay Dev2012-01-131-1/+1
|
* Add CHANGELOG entrySantiago Pastorino2012-01-111-0/+2
|
* add some missing formats in the release guideVijay Dev2012-01-111-5/+5
|
* Some revisions to the release notes guideVijay Dev2012-01-111-13/+13
| | | | | | Conflicts: railties/guides/source/3_2_release_notes.textile
* Edits to spastorino's additions in 3.2 Release NotesRizwan Reza2012-01-111-11/+8
|
* Add "What to update in your apps" section to the release notes guideSantiago Pastorino2012-01-101-0/+29
| | | | | We should keep this up to date and the current version is probably wrong and/or incomplete. HELP!!!
* 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
|
* Rails initialization with initialize_on_precompile = false should set assets_dirSantiago Pastorino2012-01-101-0/+6
|
* Add ORIGINAL_FULLPATH to envPiotr Sarnacki2012-01-103-1/+54
| | | | | | | | | | | This behaves similarly to REQUEST_URI, but we need to implement it on our own because REQUEST_URI is not reliable. Note that since PATH_INFO does not contain information about trailing question mark, this is not 100% accurate, for example `/foo?` will result in `/foo` in ORIGINAL_FULLPATH
* Depend on coffee-rails 3.2.1Santiago Pastorino2012-01-051-1/+1
|
* Bump to rc2Santiago Pastorino2012-01-041-1/+1
|
* Add release notes URL to vendor/plugins deprecation warning. Update CHANGELOG.Jeremy Kemper2012-01-042-2/+2
|
* Clarify vendor/plugins deprecation warningJeremy Kemper2012-01-041-1/+1
|
* Use sass-rails 3.2.3Santiago Pastorino2012-01-041-1/+1
|
* General editing pass over assets pipeline guideMike Gunderloy2012-01-041-56/+58
|
* updates to 3.2 release notesVijay Dev2012-01-041-1/+8
|
* Final grammar checkup on 3.2 release notes.Kristian Freeman2012-01-041-1/+1
|
* Merge pull request #4279 from lest/fix-logAaron Patterson2012-01-031-1/+1
| | | | do not rewrite log during application bootstrap
* Deprecate Rails::Plugin in favor of gemsSantiago Pastorino2012-01-033-0/+5
|
* DRY up guides index pageVijay Dev2012-01-013-48/+21
| | | | | | Use the list of guides available in documents.yaml to fill in the menu in the index page instead of duplicating the list again. Also, remove WIP guides from the menu.
* SCSS processor is provided by the sass gemSam Umbach2011-12-311-1/+1
|
* Minor readability improvementsSam Umbach2011-12-311-13/+13
|
* fix a couple of formatting issuesVijay Dev2011-12-311-3/+2
|
* remove wiki linkVijay Dev2011-12-311-1/+0
|
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-262-1/+27
| | | | | | | | | | | | | If you used dynamic constraint like that: scope :constraint => MyConstraint.new do mount RackApp => "/foo" end routes were not displayed correctly when using `rake routes`. This commit fixes it. If you want nice display of dynamic constraints in `rake routes` output, please just override to_s method in your constraint's class.
* add back the version info to the title in guides index pageVijay Dev2011-12-251-1/+1
|
* Some fixes in rails guides generationVijay Dev2011-12-252-11/+9
| | | | | | | | * Passing edge information to the views fixes the lack of the edge badge and sets the appropriate welcome page on edgeguides.rubyonrails.org. * Changes in the welcome message to hyper link the rails tree based on the version. * Mention the Amazon url from where kindlegen can be downloaded.
* fix kindle apps link in edge guides indexVijay Dev2011-12-251-1/+1
|
* Mip Earson -> Michael Pearson in changelog.Michael Pearson2011-12-251-1/+1
|
* registers guide generation for the Kindle and Kindle apps in the ChangelogXavier Noria2011-12-251-0/+2
|
* download guides for the Kindle and Kindle apps from the home pageXavier Noria2011-12-254-6/+21
|
* guides generation for the Kindle looking good now [Mip Earson & Xavier Noria]Xavier Noria2011-12-251-9/+15
|
* (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria]Xavier Noria2011-12-2416-197/+483
|
* Last attempt to fix 1.8.7 tests.José Valim2011-12-243-8/+15
|