aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix shebang on created files.José Valim2009-06-192-6/+2
* | | Change --freeze alias from -f to -F to avoid conflict with --force.José Valim2009-06-191-1/+1
* | | Apply template when required.José Valim2009-06-191-0/+4
* | | Freeze rails when required.José Valim2009-06-192-3/+6
* | | Update templates to be backwards compatible.José Valim2009-06-192-44/+62
* | | Raise an error if invalid value for database is provided.José Valim2009-06-192-0/+10
* | | When rails is invoked without args, be sure that help is called.José Valim2009-06-191-0/+2
* | | Updated namespace so help can show usage properly.José Valim2009-06-191-0/+2
* | | Updated dependency, so we can remove extra code.José Valim2009-06-191-3/+1
* | | bin/rails uses the new generator.José Valim2009-06-193-14/+6
* | | Added a couple more options to app generator.José Valim2009-06-192-1/+8
* | | Allow user to skip ActiveRecord, TestUnit and/or Prototype. However any custo...José Valim2009-06-192-19/+35
* | | Small alias typo.José Valim2009-06-191-1/+2
* | | Moved prototypes files to where they should be.José Valim2009-06-196-8/+18
* | | Added usage to app generator.José Valim2009-06-191-0/+9
* | | Send new files too.José Valim2009-06-195-0/+7386
* | | Add base and port actions. Not functional though.José Valim2009-06-193-120/+410
* | | Move prototype files to javascripts folder.José Valim2009-06-196-4/+2
* | | Send new files too.José Valim2009-06-1954-0/+8591
* | | App generator is working using new generators (except for templates).José Valim2009-06-1951-8869/+101
* | | More tasks into app generator.José Valim2009-06-195-46/+39
* | | Initial scratch of application generator.José Valim2009-06-197-0/+354
* | | Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-06-1984-671/+667
|\| |
| * | Minor ActionView cleanupYehuda Katz + Carl Lerche2009-06-182-8/+5
| * | Fix typoYehuda Katz + Carl Lerche2009-06-181-1/+1
| |/
| * Use errors[field] instead of errors.on(field)Jeremy Kemper2009-06-173-57/+20
| * Add basic JSON serializer to AMoJoshua Peek2009-06-175-0/+112
| * Add simple attribute implementation backed by ivarsJoshua Peek2009-06-173-0/+48
| * Simplify AMo validation attribute readerJoshua Peek2009-06-174-21/+13
| * Extract the layout proc into a method, and write documentation explaining wha...Yehuda Katz + Carl Lerche2009-06-172-9/+38
| * Remove one more note about deprecated behaviorYehuda Katz + Carl Lerche2009-06-171-3/+0
| * Drive the final stake through @content_for_*'s heart!Yehuda Katz + Carl Lerche2009-06-178-36/+23
| * Cleaning up more tests and code that needed to work in both old and new baseYehuda Katz + Carl Lerche2009-06-177-90/+37
| * Cleaning up if defined?(ActionController::Http) blocks from the pre new base ...Yehuda Katz + Carl Lerche2009-06-177-90/+42
| * Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-178-55/+16
| * Rename path.rb to resolver.rbYehuda Katz + Carl Lerche2009-06-173-2/+2
| * Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-1719-203/+165
| * Updated require for AMo moveYehuda Katz + Carl Lerche2009-06-171-1/+1
| * Finish making pending tests passYehuda Katz + Carl Lerche2009-06-172-7/+8
| * RJS doesn't render with an HTML layout by defaultYehuda Katz + Carl Lerche2009-06-172-5/+4
| * Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-1712-57/+74
| * Fix pending test about content-typeYehuda Katz + Carl Lerche2009-06-171-5/+19
| * Move model naming into ActiveModelJoshua Peek2009-06-1715-13/+31
* | Convert line breaks.José Valim2009-06-171-55/+55
|/
* Remove a stray process2 requireYehuda Katz + Carl Lerche2009-06-161-1/+1
* Move the exceptions for missing template into Compatibility in prep for movin...Yehuda Katz + Carl Lerche2009-06-162-2/+7
* An exception is raised if a layout is missing only if the layout is missing f...Yehuda Katz + Carl Lerche2009-06-164-11/+5
* Exceptions now in an exceptions moduleYehuda Katz + Carl Lerche2009-06-161-0/+58
* Remove exceptions from AbstractUnit so they work in real lifeYehuda Katz + Carl Lerche2009-06-162-58/+13
* Merge process2 into process to people's regular tests run :PYehuda Katz + Carl Lerche2009-06-163-115/+12