| Commit message (Expand) | Author | Age | Files | Lines |
* | Application's assets should have higher priority than engine's ones | Piotr Sarnacki | 2011-02-09 | 1 | -1/+4 |
* | Failing test for #6388 | Eric Allam | 2011-02-09 | 1 | -0/+28 |
* | Make rails.js include the CSRF token in the X-CSRF-Token header with every aj... | Michael Koziarski | 2011-02-08 | 1 | -0/+16 |
* | Updated form rails guide for new place of authenticity_token option | Timothy N. Tsvetkov | 2011-02-07 | 1 | -3/+3 |
* | fix db:fixtures:load with FIXTURES specified [#6061 state:resolved] | John Hawthorn | 2011-02-06 | 1 | -0/+17 |
* | Added tests for form_for and an authenticity_token option. Added docs for for... | Timothy N. Tsvetkov | 2011-02-05 | 1 | -0/+36 |
* | Update jQuery UJS | Santiago Pastorino | 2011-02-05 | 1 | -149/+143 |
* | git am is better here | Santiago Pastorino | 2011-02-04 | 1 | -1/+1 |
* | Correct migration name the test is looking to match. | Ben Orenstein | 2011-02-04 | 1 | -1/+1 |
* | Drop remaining script/plugin sources references | Tim Pope | 2011-02-03 | 1 | -6/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-02 | 5 | -10/+6 |
|\ |
|
| * | Fixed the SelectorAssertions documentation url. | Fred Wu | 2011-02-02 | 1 | -1/+1 |
| * | small edit on options extraction documentation | Paul Yoder | 2011-01-31 | 1 | -1/+1 |
| * | corrected a mistake in the documentation for assert_migration | misfo | 2011-01-29 | 1 | -1/+1 |
| * | Refer to the correct action - it's the update action, in the special case whe... | Keith Wansbrough | 2011-01-27 | 1 | -1/+1 |
| * | Revert "fix csrf_meta_tag" | Vijay Dev | 2011-01-24 | 1 | -1/+1 |
| * | filter_parameter_logging => config.filter_parameters | Vijay Dev | 2011-01-23 | 1 | -6/+2 |
| * | fix csrf_meta_tag | Vijay Dev | 2011-01-23 | 1 | -1/+1 |
* | | Configurable generation of add_index for references columns | Michał Łomnicki | 2011-02-01 | 1 | -0/+41 |
* | | Update to jQuery 1.5 | Santiago Pastorino | 2011-02-01 | 1 | -852/+1849 |
* | | Additionally trigger i18n configuration setup before any eager loading [#6353... | Saimon Moore | 2011-02-01 | 1 | -0/+30 |
* | | Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs li... | Akira Matsuda | 2011-02-01 | 1 | -1/+1 |
* | | updating Gemfile with more contemporary example | geemus | 2011-01-31 | 1 | -1/+1 |
* | | "rails dbconsole t" must not load "production" but "test" | Akira Matsuda | 2011-01-31 | 1 | -1/+1 |
* | | Merge branch 'fix-gitignore' of https://github.com/telemachus/rails into tele... | Mikel Lindsaar | 2011-01-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Minor fix to gitignore syntax | Peter Aronoff | 2011-01-14 | 1 | -1/+1 |
* | | | Test non zero exit code and that a message still appears when generating insi... | Philip Arndt | 2011-01-29 | 1 | -0/+11 |
* | | | Dir.chdir is not useful in this test, that was for another one I am planning ... | Philip Arndt | 2011-01-29 | 1 | -4/+3 |
* | | | Added test to ensure non zero exit codes when generating an application with ... | Philip Arndt | 2011-01-29 | 1 | -0/+7 |
* | | | Exit with non-zero to signal failure. | Philip Arndt | 2011-01-29 | 1 | -1/+1 |
* | | | Use exit(1) instead of exit(false) | Philip Arndt | 2011-01-29 | 1 | -2/+2 |
* | | | Use Thor's self.exit_on_failure? to exit whenever accessing the generators fr... | Philip Arndt | 2011-01-29 | 1 | -0/+12 |
* | | | Apply exit code 1 when commands don't succeed so that other libraries can pro... | Philip Arndt | 2011-01-29 | 1 | -0/+2 |
* | | | load and prefer psych as the YAML parser when it is available | Aaron Patterson | 2011-01-21 | 1 | -0/+6 |
| |/
|/| |
|
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-01-20 | 13 | -127/+182 |
|\ \ |
|
| * | | use name instead of title in example | Tobias Bühlmann | 2011-01-19 | 1 | -3/+3 |
| * | | Make all references to engines lowercase in docs. | Matt Buck | 2011-01-19 | 1 | -36/+36 |
| * | | minor edits | Vijay Dev | 2011-01-17 | 1 | -6/+6 |
| * | | Document the LANGUAGE option for generating guides | Vijay Dev | 2011-01-15 | 1 | -1/+7 |
| * | | Documented the except and only conditions in the guides. Took the cue from Jo... | Vijay Dev | 2011-01-15 | 1 | -2/+30 |
| * | | use new AR api | Vijay Dev | 2011-01-14 | 1 | -1/+1 |
| * | | ends_width => ends_with | Vijay Dev | 2011-01-14 | 1 | -1/+1 |
| * | | Copy-edit and format Rails::Engine docs. | Matt Buck | 2011-01-14 | 1 | -85/+93 |
| * | | fixed query output | Vijay Dev | 2011-01-09 | 1 | -2/+2 |
| * | | fix template url | Vijay Dev | 2011-01-08 | 1 | -1/+1 |
| * | | config guide: add basic description for disable_dependency_loading initializer | Ryan Bigg | 2011-01-06 | 1 | -2/+1 |
| * | | Re-add "Using initializer files" section to configuring guide | Ryan Bigg | 2011-01-06 | 1 | -0/+9 |
| * | | fixes rubycentral url and a minor AR change | Vijay Dev | 2011-01-06 | 1 | -2/+2 |
| * | | [FIX] Renamed ENV['LANG'] for generating translated guides to ENV['LANGUAGE']... | Karel Minarik | 2011-01-02 | 1 | -3/+3 |
| * | | Fix typos and JavaScript case. | Vijay Dev | 2011-01-03 | 1 | -11/+11 |