Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated form rails guide for new place of authenticity_token option | Timothy N. Tsvetkov | 2011-02-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | fix db:fixtures:load with FIXTURES specified [#6061 state:resolved] | John Hawthorn | 2011-02-06 | 1 | -0/+17 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Added tests for form_for and an authenticity_token option. Added docs for ↵ | Timothy N. Tsvetkov | 2011-02-05 | 1 | -0/+36 |
| | | | | | | | | for_for and authenticity_token option. Added section to form helpers guide about forms for external resources and new authenticity_token option for form_tag and form_for helpers. [#6228 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | 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 |
| | | | | | | [#6375 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | Drop remaining script/plugin sources references | Tim Pope | 2011-02-03 | 1 | -6/+1 |
| | | | | | | [#3742 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | 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 ↵ | Keith Wansbrough | 2011-01-27 | 1 | -1/+1 |
| | | | | | | | | where we want to render the edit view. | ||||
| * | Revert "fix csrf_meta_tag" | Vijay Dev | 2011-01-24 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 6641bf877a8408eb28d76077bb0a346a97465485. | ||||
| * | 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 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Update to jQuery 1.5 | Santiago Pastorino | 2011-02-01 | 1 | -852/+1849 |
| | | | | | | | | | | Check out http://blog.jquery.com/2011/01/31/jquery-15-released/ for more information. | ||||
* | | Additionally trigger i18n configuration setup before any eager loading ↵ | Saimon Moore | 2011-02-01 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | [#6353 state:resolved] This handles the case where config.cache_classes is true and classes are loaded before the I18n load path has had a chance to be populated. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs ↵ | Akira Matsuda | 2011-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | like DataMapper and Sequel [#6180 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | updating Gemfile with more contemporary example | geemus | 2011-01-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | "rails dbconsole t" must not load "production" but "test" | Akira Matsuda | 2011-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | [#6293 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | | Merge branch 'fix-gitignore' of https://github.com/telemachus/rails into ↵ | Mikel Lindsaar | 2011-01-30 | 1 | -1/+1 |
|\ \ | | | | | | | | | | telemachus-fix-gitignore | ||||
| * | | 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 ↵ | Philip Arndt | 2011-01-29 | 1 | -0/+11 |
| | | | | | | | | | | | | inside an existing Rails directory. | ||||
* | | | Dir.chdir is not useful in this test, that was for another one I am planning ↵ | Philip Arndt | 2011-01-29 | 1 | -4/+3 |
| | | | | | | | | | | | | to do. | ||||
* | | | Added test to ensure non zero exit codes when generating an application with ↵ | Philip Arndt | 2011-01-29 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | a reserved name. Unfortunately, I can't find out how to suppress its output so we see ....Invalid application name test. Please give a name which does not match one of the reserved rails words..................................... | ||||
* | | | 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 ↵ | Philip Arndt | 2011-01-29 | 1 | -0/+12 |
| | | | | | | | | | | | | from the CLI and a Thor::Error is raised. | ||||
* | | | Apply exit code 1 when commands don't succeed so that other libraries can ↵ | Philip Arndt | 2011-01-29 | 1 | -0/+2 |
| | | | | | | | | | | | | properly detect the failure. | ||||
* | | | 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 ↵ | Vijay Dev | 2011-01-15 | 1 | -2/+30 |
| | | | | | | | | | | | | Jordi Ramero's commit (b31ef7ee83f3fe808f7534172ce2bf22ef6c7cc0) | ||||
| * | | 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 ↵ | Karel Minarik | 2011-01-02 | 1 | -3/+3 |
| | | | | | | | | | | | | ENV['LANGUAGE'] so there's no mixup with OS env vars | ||||
| * | | Fix typos and JavaScript case. | Vijay Dev | 2011-01-03 | 1 | -11/+11 |
| | | | |||||
| * | | Revert "Update CHANGELOGs to include 3.0.3 changes" | Xavier Noria | 2011-01-02 | 1 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | | Reason: Sorry, CHANGELOGs can only be edited in master. If you provide a patch I'll apply it myself. Thanks! This reverts commit 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c. | ||||
| * | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-01-02 | 1 | -0/+12 |
| |\ \ | |||||
| | * | | Update CHANGELOGs to include 3.0.3 changes | Prem Sichanugrist | 2011-01-02 | 1 | -0/+12 |
| | | | |