aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Collapse)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-1444-355/+355
| | | | 's/[ \t]*$//' -i {} \;)
* Moves local_request? to require.local?Santiago Pastorino2010-08-142-5/+7
| | | | [#5361 state:committed]
* Merge remote branch 'docrails/master'Xavier Noria2010-08-122-6/+6
|\
| * applied guidelines to "# =>"Paco Guzman2010-08-121-5/+5
| |
| * Fixed problem with markup that caused an extra symbol in a function name ↵Brandon Tilley2010-08-091-1/+1
| | | | | | | | when rendered.
* | AS guide: some revisionsXavier Noria2010-08-121-33/+17
| |
* | Missed one spot for --skip-active-record, which means that new Gemfile isn't ↵Nick Sieger2010-08-111-1/+1
| | | | | | | | | | | | set up right Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* | AS guide: removes some duplication, and makes a second pass on method delegationXavier Noria2010-08-101-144/+21
| |
* | adds the AS guide to the guides indexXavier Noria2010-08-103-0/+6
| |
* | AS guide: documents Module#redefine_methodXavier Noria2010-08-101-0/+21
| |
* | AS guide: documents Module#(instance_)method_namesXavier Noria2010-08-101-0/+12
| |
* | AS guide: documents Module#delegateXavier Noria2010-08-101-0/+82
| |
* | AS guide: documents Process.daemonXavier Noria2010-08-101-1/+3
| |
* | AS guide: documents date/datetime/time arithmetic with durationsXavier Noria2010-08-101-1/+62
| |
* | Improve best_standards_support to use only IE=Edge in development modewycats2010-08-093-32/+70
| |
* | form helpers guide: fixes an exampleXavier Noria2010-08-091-1/+1
|/
* AC guide: commit review, block examples go at column 0, use .example.com as ↵Xavier Noria2010-08-091-15/+15
| | | | example domain
* updated the action_controller guide with the new session configuration optionsDaniel McNevin2010-08-081-13/+28
|
* Merge remote branch 'rails/master'Xavier Noria2010-08-081-0/+6
|\
| * routing guide: documents the CONTROLLER environment variable understood by ↵Xavier Noria2010-08-081-0/+6
| | | | | | | | the routes task
* | fix reference to time/calculations.rb in AS guideXavier Noria2010-08-061-1/+1
|/
* AS guide: documents calculations with Time objectsXavier Noria2010-08-061-13/+99
|
* AR guide: fixes a queryXavier Noria2010-08-061-1/+1
|
* Merge remote branch 'docrails/master'Xavier Noria2010-08-051-3/+34
|\
| * AS guide: documents DateTime#advanceXavier Noria2010-08-051-3/+34
| |
* | Merge remote branch 'docrails/master'Xavier Noria2010-08-054-25/+25
|\|
| * standarizes the use of the article "an" for "SQL" and "SQLite"Xavier Noria2010-08-053-4/+4
| |
| * Fixed Railtie Rdoc examples not properly formatted [#4918 state:resolved]Simone Carletti2010-08-041-21/+21
| | | | | | | | Signed-off-by: Simone Carletti <weppos@weppos.net>
* | Revert "Put lib back on the autoload path"José Valim2010-08-041-1/+1
| | | | | | | | | | | | This was causing engines/gems to eager load everything in lib. Another fix is comming soon. This reverts commit 02a5842cd09bd75de4c2fdb6b474c6c0ff163ebf.
* | Put lib back on the autoload pathwycats2010-08-031-1/+1
| |
* | Stub is_a? not instance_of? hereSantiago Pastorino2010-08-031-1/+1
| |
* | Refactor log-tailer to depend on File#eof? rather than File#mtimeCurtis Cablegram2010-08-031-4/+1
| | | | | | | | | | | | | | | | [#5220 state:resolved] Eliminate 1 instance variable and 1 local variable. Signed-off-by: José Valim <jose.valim@gmail.com>
* | Change log-tailer to properly track multi-byte characters.Curtis Cablegram2010-08-031-1/+1
|/ | | | | | | | When end-of-line is represented within a file as "\r\n", it is represented in memory as a single "\n". This patch eliminates the discrepancy between size on disk and size in memory. Signed-off-by: José Valim <jose.valim@gmail.com>
* Handle edge cases in the previous patch.José Valim2010-08-021-1/+2
|
* Improved how AppGenerator generates the application name. It now detects the ↵Fred Wu2010-08-022-1/+29
| | | | | | | | current app name whenever possible. This means that renaming the residing directory will not effect the app name generated by AppGenerator. [#5225 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Makes rails destroy scaffold don't duplicate routes.draw do |map| |map| when ↵Santiago Pastorino2010-08-021-1/+1
| | | | | | using the deprecated syntax [#5263 state:committed]
* Failing test to check for route file corruption if legacy map parameter is ↵rohit2010-08-021-0/+15
| | | | used. [#5263 state:open]
* Corrected the rake test:units and test:functionals description [#5251 ↵Prashant P. Shah2010-08-011-1/+1
| | | | | | state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* explains Array.wrap directly, rather by comparison with Kernel#Array which ↵Xavier Noria2010-08-011-3/+26
| | | | is too obscure, leaves the comparison to document the differences, and adds a comparison with the related idiom that uses the splat operator
* DHH forgot to remove JS, CSS in generated index.html [#5261 state:resolved]Johan Lundström2010-07-311-23/+0
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Merge remote branch 'rails/master'Xavier Noria2010-07-317-8/+33
|\
| * if there's a Gemfile and doc:guides can't load RedCloth, print instructions ↵Xavier Noria2010-07-301-1/+20
| | | | | | | | for bundler
| * the main page of the API generated by the doc:rails task is READMEXavier Noria2010-07-301-1/+1
| |
| * fix for rails app generator when using --pretend optionSteve Agalloco2010-07-302-1/+7
| | | | | | | | | | | | [#5245 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
| * Bump up bundler version to rc.2Santiago Pastorino2010-07-292-2/+2
| |
| * This version is going to be outdated when new nokogiri versions are releasedSantiago Pastorino2010-07-292-2/+2
| |
| * Bump up nokogiri to 1.4.3.1Santiago Pastorino2010-07-291-1/+1
| |
* | Command Line Guide: changes all 'rails app' commands to 'rails new app'Arkadiusz Holko2010-07-301-6/+6
|/
* Merge remote branch 'rails/master'Xavier Noria2010-07-3013-13/+24
|\
| * edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-302-4/+4
| |