Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Put warning on getting started guide back | Oscar Del Ben | 2012-04-19 | 1 | -1/+3 | |
| | | | ||||||
* | | | Add "Using the change method" title back to make it stand out | Oscar Del Ben | 2012-04-19 | 1 | -0/+2 | |
| | | | ||||||
* | | | Update guide for rails 3.2.3, fix code download link. | Oscar Del Ben | 2012-04-19 | 1 | -5/+4 | |
| | | | ||||||
* | | | Add to guides info how to disable prepared statements | Ivan Evtukhovich | 2012-04-19 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-18 | 2 | -4/+9 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix typo where a table name in a join was singular. | Don Petersen | 2012-04-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixed a typo in migrations | luke | 2012-04-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | SQL query formatting | Bertrand Chardon | 2012-04-13 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | Reformatted two SQL queries in Section 6) and 7) to avoid horizontal scrolling where possible. | |||||
* | | | Automatically create indexes for references/belongs_to statements in migrations. | Joshua Wood | 2012-04-14 | 1 | -1/+10 | |
|/ / | ||||||
* | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-12 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | Fixed markup in security guide | Alfonso Cora | 2012-04-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Grammar fix in 3.2 Release Notes guide | Tim Harvey | 2012-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | Could also be worded 'as an option', but plural made more sense given the mention of ':handlers and :formats'. | |||||
| * | | Revert "add instructions for adding additional manifests" | Vijay Dev | 2012-04-11 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | This reverts commit f28f1d70b3f3dd9f694067f7cab2e717e302ee2b. Reason: This is already covered in this guide elsewhere. | |||||
| * | | add instructions for adding additional manifests | Patrick Sharp | 2012-04-09 | 1 | -1/+5 | |
| | | | ||||||
* | | | rewords the section about default_url_options in the Action Controller ↵ | Xavier Noria | 2012-04-09 | 1 | -3/+4 | |
| | | | | | | | | | | | | Overview guide | |||||
* | | | Document that default_url_options must return a hash with symbolized | Rafael Mendonça França | 2012-04-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | keys | |||||
* | | | default_url_options does not receive one argument anymore | Rafael Mendonça França | 2012-04-08 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge pull request #5748 from ai/no_type_in_html5 | Jeremy Kemper | 2012-04-08 | 3 | -23/+23 | |
|\ \ \ | |/ / |/| | | Remove unnecessary in HTML 5 type attribute with default value | |||||
| * | | Remove unnecessary in HTML 5 type attribute with default value | Andrey A.I. Sitnik | 2012-04-05 | 3 | -23/+23 | |
| | | | ||||||
* | | | Don't use arel_table in published_and_commented example in querying guide | Ryan Bigg | 2012-04-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Revert "Where migration can get wrong help added" | Vijay Dev | 2012-04-07 | 1 | -10/+0 | |
| | | | | | | | | | | | | This reverts commit b11113f924d2eb2acbe836954d17a02163f45275. | |||||
* | | | copy editing [ci skip] | Vijay Dev | 2012-04-07 | 1 | -5/+4 | |
| | | | ||||||
* | | | Fix 'Everyday Git' link | Anil Wadghule | 2012-04-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Better class name | xyctka@gmail.com | 2012-04-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | Update Custom Exception Handler section of Internationalization guide | xyctka@gmail.com | 2012-04-06 | 1 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous example with just_raise_that_exception method stopped working because MissingTranslation is not an instance of Exception class any more, but has a +to_exception+ method. Also the cleaner way is to re-raise only the desired exception, passing everything else to the default ExceptionHandler. Additionally this re-raising conflicts with Pluralization backend thus we have to add a check that certain missing translation keys should be ignored allowing the backend to fall back to the default pluralization rule. | |||||
* | | | Where migration can get wrong help added | Sandip Ransing | 2012-04-06 | 1 | -0/+10 | |
| | | | ||||||
* | | | Improvement to migration guide | Sandip Ransing | 2012-04-06 | 1 | -6/+6 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-05 | 5 | -40/+27 | |
|\ \ \ | ||||||
| * | | | lets not show too much output and shadow the intention [ci skip] | Vijay Dev | 2012-04-05 | 1 | -20/+3 | |
| | | | | ||||||
| * | | | fix boolean value in guide [ci skip] | Vijay Dev | 2012-04-05 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix slightly awkward English in Action Caching section of Caching With Rails ↵ | Cheah Chu Yeow | 2012-04-05 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | | | | | | | guide. In particular, removed "pages that require to restrict access somehow" and shortened "Action Caching works like Page Caching except for the fact that the incoming web request does go from the webserver to the Rails stack and Action Pack so that before filters can be run on it before the cache is served". | |||||
| * | | Small improvements added to getting started | Sandip Ransing | 2012-04-05 | 1 | -5/+5 | |
| | | | ||||||
| * | | Updated migrations.textile to change :integer on line 807 to :boolean, as it ↵ | Ethan Mick | 2012-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | was earlier in the example. :flag is a boolean, not an integer. (defaults to false) | |||||
| * | | Improve config.assets.initialize_on_precompile guide. | Hendy Tanata | 2012-04-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | removed deprecated methods and middlewares | Hrvoje Šimić | 2012-04-04 | 1 | -30/+34 | |
| |/ | ||||||
* / | Optimistic locking: lock_version needed type information. | Martin Eisenhardt | 2012-04-05 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-04 | 4 | -18/+76 | |
|\ | | | | | | | | | Conflicts: guides/source/engines.textile | |||||
| * | Revert "rails 4 will support ruby version 1.9.4 or higher" | Vijay Dev | 2012-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 0a35acb8b89603a3135852742f206af82ed61b57. Reason: Let's cross the bridge when we reach there. | |||||
| * | typo mistake fixed | Sandip Ransing | 2012-04-04 | 1 | -2/+2 | |
| | | | | | | | | correction to server stop statement added | |||||
| * | rails 4 will support ruby version 1.9.4 or higher | Sandip Ransing | 2012-04-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed small typo | Fernando Briano | 2012-04-03 | 1 | -1/+1 | |
| | | ||||||
| * | also <text> replaced by <plain> | Mikhail Dieterle | 2012-04-04 | 1 | -4/+4 | |
| | | ||||||
| * | Changed engines guide not to use a css tag. <plain> will do just fine. | Mikhail Dieterle | 2012-04-03 | 1 | -2/+2 | |
| | | | | | | https://github.com/lifo/docrails/commit/bb23d6fb005edaf25f5b294f9215429fb44b3f3d | |||||
| * | Merge branch 'master' of github.com:lifo/docrails | Hrvoje Šimić | 2012-04-02 | 1 | -1/+1 | |
| |\ | ||||||
| | * | wrong link to getting started guide | Mikhail Dieterle | 2012-04-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | update purpose of middleware | Hrvoje Šimić | 2012-04-02 | 1 | -11/+66 | |
| |/ | ||||||
| * | update to current rack middleware stack | Hrvoje Šimić | 2012-04-02 | 1 | -3/+6 | |
| | | ||||||
* | | fix formatting in engines guide; also removed a couple of non-existent ↵ | Vijay Dev | 2012-04-02 | 1 | -35/+25 | |
|/ | | | | images [ci skip] | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-04-01 | 5 | -12/+23 | |
|\ | ||||||
| * | copy editing [ci skip] | Vijay Dev | 2012-04-01 | 1 | -1/+1 | |
| | |