aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
Commit message (Collapse)AuthorAgeFilesLines
* fixes broken links in migrations guideXavier Noria2009-12-301-1/+1
|
* migrations guide: updates link to foreign_key_migrations plugin, thanks to holliXavier Noria2009-07-021-1/+1
|
* Fixed some typos and a more common grammar styles.Joseph Pecoraro2009-05-311-3/+3
|
* tray and -> try to, thanks to FelixLeiterXavier Noria2009-05-041-1/+1
|
* Updated migration section to mention that SQLite now supports transactional ↵Jared Giles2009-04-171-1/+1
| | | | migrations
* dasherize titles in a more predictable way, and update fragment identifiers ↵Xavier Noria2009-03-151-4/+4
| | | | accordingly
* revised links in guides according to W3C link checker reportXavier Noria2009-03-151-1/+1
|
* fixes broken links in migrations guideXavier Noria2009-03-151-2/+2
|
* revised case in titles of migrations guideXavier Noria2009-03-141-19/+19
|
* Copyediting of the 'migrations' guide.Andreas Scherer2009-02-191-22/+22
|
* copyedited the migrations guideXavier Noria2009-02-151-18/+29
|
* Merge commit 'mainstream/master'Pratik Naik2009-02-061-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/files/javascripts/code_highlighter.js railties/guides/files/javascripts/guides.js railties/guides/files/javascripts/highlighters.js railties/guides/files/stylesheets/main.css railties/guides/files/stylesheets/print.css railties/guides/files/stylesheets/reset.css railties/guides/files/stylesheets/style.css railties/guides/files/stylesheets/syntax.css railties/guides/rails_guides/indexer.rb railties/guides/source/2_2_release_notes.textile railties/guides/source/2_3_release_notes.textile railties/guides/source/action_controller_overview.textile railties/guides/source/action_mailer_basics.textile railties/guides/source/active_record_basics.textile railties/guides/source/activerecord_validations_callbacks.textile railties/guides/source/association_basics.textile railties/guides/source/caching_with_rails.textile railties/guides/source/command_line.textile railties/guides/source/debugging_rails_applications.textile railties/guides/source/form_helpers.textile railties/guides/source/getting_started.textile railties/guides/source/i18n.textile railties/guides/source/layout.html.erb railties/guides/source/layouts_and_rendering.textile railties/guides/source/migrations.textile railties/guides/source/performance_testing.textile railties/guides/source/plugins.textile railties/guides/source/rails_on_rack.textile railties/guides/source/routing.textile railties/guides/source/security.textile railties/guides/source/testing.textile
| * Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+580
|
* Convert the guides from asciidoc to textile and integrate with the new design.Pratik Naik2009-02-041-0/+580
If you're a guide writer and want to generate the guides, Run : ruby railties/guides/rails_guides.rb And guides HTML will get generated inside railties/guides/output directory.