aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1444-355/+355
* Moves local_request? to require.local?Santiago Pastorino2010-08-142-5/+7
* 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 when...Brandon Tilley2010-08-091-1/+1
* | 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
* | 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 e...Xavier Noria2010-08-091-15/+15
* 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 th...Xavier Noria2010-08-081-0/+6
* | 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
* | Revert "Put lib back on the autoload path"José Valim2010-08-041-1/+1
* | 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
* | Change log-tailer to properly track multi-byte characters.Curtis Cablegram2010-08-031-1/+1
|/
* 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
* Makes rails destroy scaffold don't duplicate routes.draw do |map| |map| when ...Santiago Pastorino2010-08-021-1/+1
* Failing test to check for route file corruption if legacy map parameter is us...rohit2010-08-021-0/+15
* Corrected the rake test:units and test:functionals description [#5251 state:c...Prashant P. Shah2010-08-011-1/+1
* explains Array.wrap directly, rather by comparison with Kernel#Array which is...Xavier Noria2010-08-011-3/+26
* DHH forgot to remove JS, CSS in generated index.html [#5261 state:resolved]Johan Lundström2010-07-311-23/+0
* 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 f...Xavier Noria2010-07-301-1/+20
| * 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
| * 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