Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed comment section to be more explicit. I had an issue with rolling ↵ | John Gallagher | 2012-10-27 | 1 | -2/+3 |
| | | | | back a migration and couldn't understand why 'rake db:reset' didn't work. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-21 | 1 | -7/+8 |
|\ | | | | | | | | | | | Conflicts: activesupport/lib/active_support/core_ext/hash/slice.rb guides/source/active_support_core_extensions.md | ||||
| * | Revert "divided into folder with the language" | Rafael Mendonça França | 2012-10-17 | 1 | -0/+992 |
| | | | | | | | | | | | | This reverts commit f5b9ed4fbc3215a5fce48985ea372ad3f1182252. REASON: Translation work can not be done in the docrails repository | ||||
| * | divided into folder with the language | Rodrigo Martins | 2012-10-17 | 1 | -992/+0 |
| | | |||||
| * | Fix formatting on migrations guide | Jaime Iniesta | 2012-10-14 | 1 | -7/+8 |
| | | |||||
* | | Expand caveat about models in migrations (rails guide) | Katrina Owen | 2012-10-10 | 1 | -0/+21 |
|/ | | | | | | | | | | | | | This is an attempt to address issue #6939, where an earlier migration added a column to the database, and a later migration uses a model and references that column. When both migrations were run together with `rake db:migrate` the column information in memory still referenced the old table structure. Running the migrations separately fixed this, as a new connection was then established before referencing the model. Explicitly calling `reset_column_information` is a more reliable workaround. | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-10-11 | 1 | -2/+12 |
|\ | | | | | | | | | | | Conflicts: activerecord/lib/active_record/persistence.rb railties/lib/rails/generators/rails/resource_route/resource_route_generator.rb | ||||
| * | add command line $ tip for new programmers | schneems | 2012-10-02 | 1 | -0/+2 |
| | | |||||
| * | improve wording over `change` method docs | schneems | 2012-10-02 | 1 | -1/+1 |
| | | | | | | | | The feature is available after Rails 3.1 and this is no longer a "new" feature. | ||||
| * | instructions for running migrations in another ENV | schneems | 2012-10-02 | 1 | -1/+9 |
| | | |||||
* | | [Guides] Format content for small devices | Joe Fiorini | 2012-10-06 | 1 | -1/+1 |
|/ | |||||
* | fix some md syntax errors and general revisions [ci skip] | Vijay Dev | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -5/+5 |
| | |||||
* | Convert all tables to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -9/+5 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -8/+8 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -158/+158 |
| | |||||
* | change shell to bash | Prem Sichanugrist | 2012-09-17 | 1 | -14/+14 |
| | |||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -5/+5 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -30/+38 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -98/+98 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+977 |