| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Convert parragraph about security to a NOTE [ci skip] | Pablo Torres | 2012-12-02 | 1 | -1/+1 |
| * | | | | Add clarity to static segments docs in non-resourceful routes [ci skip] | Pablo Torres | 2012-12-02 | 1 | -1/+1 |
| * | | | | Correct grammar [ci skip] | Pablo Torres | 2012-12-02 | 1 | -3/+3 |
| * | | | | Convert a section to a tip to highlight it [ci skip] | Pablo Torres | 2012-12-02 | 1 | -3/+1 |
| * | | | | Normalize use of colon before code examples in routing guide [ci skip] | Pablo Torres | 2012-12-02 | 1 | -32/+32 |
| * | | | | Show equivalent routes definition without using concerns [ci skip] | Pablo Torres | 2012-12-02 | 1 | -0/+13 |
| * | | | | Clarify section titles [ci skip] | Pablo Torres | 2012-12-02 | 1 | -2/+2 |
| * | | | | Move note to a meaningful section in the guides [ci skip] | Pablo Torres | 2012-12-02 | 1 | -2/+2 |
| * | | | | Use correct conjunction and connector words [ci skip] | Pablo Torres | 2012-12-02 | 1 | -3/+5 |
| * | | | | match text with translation file example | Chris Walquist | 2012-12-02 | 1 | -1/+1 |
| * | | | | Capitalize all table column titles in routing guide | Pablo Torres | 2012-12-02 | 1 | -8/+8 |
| * | | | | List instructions in the order to be executed | Pablo Torres | 2012-12-02 | 1 | -3/+1 |
| * | | | | Add shallow nesting to the routing guide | Pablo Torres | 2012-12-02 | 1 | -0/+85 |
| * | | | | Remove nodoc from FlashHash #[]= [ci skip] | Pablo Torres | 2012-12-01 | 1 | -1/+1 |
| * | | | | Cleans and removes 'Examples' tag [ci skip] | Alvaro Pereyra | 2012-12-01 | 6 | -13/+4 |
| * | | | | Cleans and removes useless 'Examples' tag [ci skip] | Alvaro Pereyra | 2012-12-01 | 8 | -71/+46 |
| * | | | | nodoc AS::Testing::ConstantLookup::ClassMethods [ci skip] | Carlos Duclos | 2012-12-01 | 1 | -1/+1 |
| * | | | | Add documentation for Hash.from_xml [ci skip] | HPNeo | 2012-12-01 | 1 | -0/+13 |
| * | | | | Add documentation to AssetTagHelper#image_alt [ci skip] | Florent Guilleux | 2012-12-01 | 1 | -0/+3 |
| * | | | | update AR::Schema docs [ci skip] | Carlos Duclos | 2012-12-01 | 1 | -1/+6 |
| * | | | | Fixes wrong typo on FormHelper [ci skip] | Alvaro Pereyra | 2012-12-01 | 1 | -1/+1 |
| * | | | | Cleans documentation from Helpers [ci skip] | Alvaro Pereyra | 2012-12-01 | 5 | -121/+98 |
| * | | | | Revert "Remove trailing whitespaces" | Florent Guilleux | 2012-12-01 | 28 | -59/+61 |
| * | | | | Remove trailing whitespaces | Florent Guilleux | 2012-12-01 | 28 | -61/+59 |
| * | | | | Add documentation to TransactionIsolationError [ci skip] | Florent Guilleux | 2012-12-01 | 1 | -0/+2 |
| * | | | | Improves documentation of Capture helper [ci skip] | Alvaro Pereyra | 2012-12-01 | 2 | -14/+13 |
| * | | | | Removes :nodoc: tag on AtomFeedHelper [ci skip] | Alvaro Pereyra | 2012-12-01 | 1 | -3/+3 |
| * | | | | Removes unneeded 'Example' tags and whitespaces [ci skip] | Alvaro Pereyra | 2012-12-01 | 1 | -45/+42 |
| * | | | | nodoc AD & AV railties classes | Carlos Duclos | 2012-12-01 | 2 | -2/+2 |
| * | | | | Remove :nodoc from SanitizeHelper module [ci skip] | HPNeo | 2012-12-01 | 1 | -1/+1 |
| * | | | | nodoc AS::Testing::Pending because is deprecated [ci skip] | Carlos Duclos | 2012-12-01 | 1 | -2/+2 |
| * | | | | Removes :nodoc: label [ci skip] | Alvaro Pereyra | 2012-12-01 | 1 | -1/+1 |
| * | | | | Improves documentation on favicon_link_tag | Alvaro Pereyra | 2012-12-01 | 1 | -14/+16 |
| * | | | | remove unneeded Examples tag [ci skip] | Carlos Duclos | 2012-12-01 | 1 | -10/+0 |
| * | | | | Update documentation for javascript_include_tag [ci skip] | HPNeo | 2012-12-01 | 1 | -10/+13 |
* | | | | | Updated 4.0 release notes | Vijay Dev | 2012-12-04 | 2 | -818/+49 |
* | | | | | Merge pull request #8416 from kennyj/redundant_pg_namespace | Rafael Mendonça França | 2012-12-04 | 1 | -1/+0 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | pg_namespace table isn't used. | kennyj | 2012-12-05 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Track the default application.css/js files for turbolinks as per version 0.6.0 | David Heinemeier Hansson | 2012-12-04 | 1 | -2/+2 |
* | | | | Fixed issue where routes with globs caused constraints on that glob to | Maura Fitzgerald | 2012-12-04 | 3 | -1/+34 |
* | | | | Merge pull request #8403 from senny/3313_after_find_is_triggered_too_often | Rafael Mendonça França | 2012-12-04 | 4 | -2/+26 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Do not instantiate intermediate AR objects when eager loading. | Yves Senn | 2012-12-04 | 4 | -2/+26 |
|/ / / |
|
* | | | Bump mailer to quiet the stdout log messages | Jeremy Kemper | 2012-12-03 | 1 | -1/+1 |
* | | | Merge pull request #8411 from YasuOza/turbolinks_require_bottom | Rafael Mendonça França | 2012-12-03 | 1 | -1/+3 |
|\ \ \ |
|
| * | | | Locate `=require turbolinks` at the bottom of application.js | Yasuharu Ozaki | 2012-12-04 | 1 | -1/+3 |
|/ / / |
|
* | | | Merge pull request #8393 from frodsan/fix_dependend_order_test_example | Carlos Antonio da Silva | 2012-12-03 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | ensure original encoding doesnt change | Francesco Rodriguez | 2012-12-01 | 1 | -0/+3 |
* | | | | Use send in Time marshal extensions since the methods are now private | Carlos Antonio da Silva | 2012-12-03 | 1 | -1/+1 |
* | | | | Override <%== to always behave as literal text rather than toggling based on ... | Jeremy Kemper | 2012-12-03 | 3 | -4/+21 |
* | | | | Merge pull request #8407 from kennyj/fix_profiler_comments | Rafael Mendonça França | 2012-12-03 | 2 | -3/+3 |
|\ \ \ \ |
|