Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing Guide: rake test:uncommitted now supports git | Sunny Ripert | 2010-08-17 | 1 | -1/+1 |
| | |||||
* | debugging guide: revises the section on debugging RJS | Xavier Noria | 2010-08-17 | 1 | -5/+7 |
| | |||||
* | Added an example and explaination for using an optional path scope for the ↵ | Luke Brown | 2010-08-17 | 1 | -0/+11 |
| | | | | locale | ||||
* | Debugging Guide: Highlight using config over ActionView::Base | Josiah Ivey | 2010-08-16 | 1 | -4/+4 |
| | |||||
* | Debugging Guide: Improve grammar for the RJS section | Josiah Ivey | 2010-08-16 | 1 | -3/+3 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 44 | -355/+355 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Moves local_request? to require.local? | Santiago Pastorino | 2010-08-14 | 2 | -5/+7 |
| | | | | [#5361 state:committed] | ||||
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-12 | 2 | -6/+6 |
|\ | |||||
| * | applied guidelines to "# =>" | Paco Guzman | 2010-08-12 | 1 | -5/+5 |
| | | |||||
| * | Fixed problem with markup that caused an extra symbol in a function name ↵ | Brandon Tilley | 2010-08-09 | 1 | -1/+1 |
| | | | | | | | | when rendered. | ||||
* | | AS guide: some revisions | Xavier Noria | 2010-08-12 | 1 | -33/+17 |
| | | |||||
* | | Missed one spot for --skip-active-record, which means that new Gemfile isn't ↵ | Nick Sieger | 2010-08-11 | 1 | -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 delegation | Xavier Noria | 2010-08-10 | 1 | -144/+21 |
| | | |||||
* | | adds the AS guide to the guides index | Xavier Noria | 2010-08-10 | 3 | -0/+6 |
| | | |||||
* | | AS guide: documents Module#redefine_method | Xavier Noria | 2010-08-10 | 1 | -0/+21 |
| | | |||||
* | | AS guide: documents Module#(instance_)method_names | Xavier Noria | 2010-08-10 | 1 | -0/+12 |
| | | |||||
* | | AS guide: documents Module#delegate | Xavier Noria | 2010-08-10 | 1 | -0/+82 |
| | | |||||
* | | AS guide: documents Process.daemon | Xavier Noria | 2010-08-10 | 1 | -1/+3 |
| | | |||||
* | | AS guide: documents date/datetime/time arithmetic with durations | Xavier Noria | 2010-08-10 | 1 | -1/+62 |
| | | |||||
* | | Improve best_standards_support to use only IE=Edge in development mode | wycats | 2010-08-09 | 3 | -32/+70 |
| | | |||||
* | | form helpers guide: fixes an example | Xavier Noria | 2010-08-09 | 1 | -1/+1 |
|/ | |||||
* | AC guide: commit review, block examples go at column 0, use .example.com as ↵ | Xavier Noria | 2010-08-09 | 1 | -15/+15 |
| | | | | example domain | ||||
* | updated the action_controller guide with the new session configuration options | Daniel McNevin | 2010-08-08 | 1 | -13/+28 |
| | |||||
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-08-08 | 1 | -0/+6 |
|\ | |||||
| * | routing guide: documents the CONTROLLER environment variable understood by ↵ | Xavier Noria | 2010-08-08 | 1 | -0/+6 |
| | | | | | | | | the routes task | ||||
* | | fix reference to time/calculations.rb in AS guide | Xavier Noria | 2010-08-06 | 1 | -1/+1 |
|/ | |||||
* | AS guide: documents calculations with Time objects | Xavier Noria | 2010-08-06 | 1 | -13/+99 |
| | |||||
* | AR guide: fixes a query | Xavier Noria | 2010-08-06 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 1 | -3/+34 |
|\ | |||||
| * | AS guide: documents DateTime#advance | Xavier Noria | 2010-08-05 | 1 | -3/+34 |
| | | |||||
* | | Merge remote branch 'docrails/master' | Xavier Noria | 2010-08-05 | 4 | -25/+25 |
|\| | |||||
| * | standarizes the use of the article "an" for "SQL" and "SQLite" | Xavier Noria | 2010-08-05 | 3 | -4/+4 |
| | | |||||
| * | Fixed Railtie Rdoc examples not properly formatted [#4918 state:resolved] | Simone Carletti | 2010-08-04 | 1 | -21/+21 |
| | | | | | | | | Signed-off-by: Simone Carletti <weppos@weppos.net> | ||||
* | | Revert "Put lib back on the autoload path" | José Valim | 2010-08-04 | 1 | -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 path | wycats | 2010-08-03 | 1 | -1/+1 |
| | | |||||
* | | Stub is_a? not instance_of? here | Santiago Pastorino | 2010-08-03 | 1 | -1/+1 |
| | | |||||
* | | Refactor log-tailer to depend on File#eof? rather than File#mtime | Curtis Cablegram | 2010-08-03 | 1 | -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 Cablegram | 2010-08-03 | 1 | -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é Valim | 2010-08-02 | 1 | -1/+2 |
| | |||||
* | Improved how AppGenerator generates the application name. It now detects the ↵ | Fred Wu | 2010-08-02 | 2 | -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 Pastorino | 2010-08-02 | 1 | -1/+1 |
| | | | | | | using the deprecated syntax [#5263 state:committed] | ||||
* | Failing test to check for route file corruption if legacy map parameter is ↵ | rohit | 2010-08-02 | 1 | -0/+15 |
| | | | | used. [#5263 state:open] | ||||
* | Corrected the rake test:units and test:functionals description [#5251 ↵ | Prashant P. Shah | 2010-08-01 | 1 | -1/+1 |
| | | | | | | state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | explains Array.wrap directly, rather by comparison with Kernel#Array which ↵ | Xavier Noria | 2010-08-01 | 1 | -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öm | 2010-07-31 | 1 | -23/+0 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Merge remote branch 'rails/master' | Xavier Noria | 2010-07-31 | 7 | -8/+33 |
|\ | |||||
| * | if there's a Gemfile and doc:guides can't load RedCloth, print instructions ↵ | Xavier Noria | 2010-07-30 | 1 | -1/+20 |
| | | | | | | | | for bundler | ||||
| * | the main page of the API generated by the doc:rails task is README | Xavier Noria | 2010-07-30 | 1 | -1/+1 |
| | | |||||
| * | fix for rails app generator when using --pretend option | Steve Agalloco | 2010-07-30 | 2 | -1/+7 |
| | | | | | | | | | | | | [#5245 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
| * | Bump up bundler version to rc.2 | Santiago Pastorino | 2010-07-29 | 2 | -2/+2 |
| | |