José Valim
|
748e1d6745
|
Require open-uri, we will need it.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
cd05ed6711
|
Do not show status when calling gsub_file or append_file.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
e0a4d8be93
|
Fix shebang on created files.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
6f044c9b6c
|
Change --freeze alias from -f to -F to avoid conflict with --force.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
768d763436
|
Apply template when required.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
9b82fa159a
|
Freeze rails when required.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
b9d8fafd7e
|
Update templates to be backwards compatible.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
090de591fc
|
Raise an error if invalid value for database is provided.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
6619357f75
|
When rails is invoked without args, be sure that help is called.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
01cde13290
|
Updated namespace so help can show usage properly.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
30fff3077d
|
Updated dependency, so we can remove extra code.
|
2009-06-19 16:11:54 +02:00 |
|
José Valim
|
5ff80e7433
|
bin/rails uses the new generator.
|
2009-06-19 16:11:53 +02:00 |
|
José Valim
|
b6f826376a
|
Added a couple more options to app generator.
|
2009-06-19 16:11:53 +02:00 |
|
José Valim
|
615527dcb0
|
Allow user to skip ActiveRecord, TestUnit and/or Prototype. However any customization should be done with templates.
|
2009-06-19 16:11:53 +02:00 |
|
José Valim
|
fef38fd542
|
Small alias typo.
|
2009-06-19 16:11:53 +02:00 |
|
José Valim
|
a8b3efbe5c
|
Moved prototypes files to where they should be.
|
2009-06-19 16:11:53 +02:00 |
|
José Valim
|
4bf8f40638
|
Added usage to app generator.
|
2009-06-19 16:11:53 +02:00 |
|
José Valim
|
34ed2d8d5e
|
Send new files too.
|
2009-06-19 16:11:51 +02:00 |
|
José Valim
|
d57b19380e
|
Add base and port actions. Not functional though.
|
2009-06-19 16:10:43 +02:00 |
|
José Valim
|
ceede90017
|
Move prototype files to javascripts folder.
|
2009-06-19 16:10:42 +02:00 |
|
José Valim
|
720aceeea9
|
Send new files too.
|
2009-06-19 16:10:42 +02:00 |
|
José Valim
|
ced68c7430
|
App generator is working using new generators (except for templates).
|
2009-06-19 16:10:42 +02:00 |
|
José Valim
|
42e51ea9c0
|
More tasks into app generator.
|
2009-06-19 16:10:42 +02:00 |
|
José Valim
|
489f422152
|
Initial scratch of application generator.
|
2009-06-19 16:10:42 +02:00 |
|
José Valim
|
8037fee9ff
|
Merge branch 'master' of git://github.com/rails/rails
|
2009-06-19 16:10:24 +02:00 |
|
Yehuda Katz + Carl Lerche
|
9f7eaea201
|
Minor ActionView cleanup
|
2009-06-18 12:08:50 -07:00 |
|
Yehuda Katz + Carl Lerche
|
497554fd10
|
Fix typo
|
2009-06-18 11:14:44 -07:00 |
|
Jeremy Kemper
|
5267addd4f
|
Use errors[field] instead of errors.on(field)
|
2009-06-17 19:37:56 -07:00 |
|
Joshua Peek
|
fbdf706fff
|
Add basic JSON serializer to AMo
|
2009-06-17 21:27:54 -05:00 |
|
Joshua Peek
|
af5301089f
|
Add simple attribute implementation backed by ivars
|
2009-06-17 21:27:54 -05:00 |
|
Joshua Peek
|
d5d59230f4
|
Simplify AMo validation attribute reader
|
2009-06-17 21:27:54 -05:00 |
|
Yehuda Katz + Carl Lerche
|
b4a91db441
|
Extract the layout proc into a method, and write documentation explaining what the proc does in various cases.
|
2009-06-17 18:55:10 -07:00 |
|
Yehuda Katz + Carl Lerche
|
ca8f8fb031
|
Remove one more note about deprecated behavior
|
2009-06-17 18:15:41 -07:00 |
|
Yehuda Katz + Carl Lerche
|
a9ad763c86
|
Drive the final stake through @content_for_*'s heart!
|
2009-06-17 18:08:45 -07:00 |
|
Yehuda Katz + Carl Lerche
|
65102c8f1a
|
Cleaning up more tests and code that needed to work in both old and new base
|
2009-06-17 16:51:51 -07:00 |
|
Yehuda Katz + Carl Lerche
|
55ee0ba7f5
|
Cleaning up if defined?(ActionController::Http) blocks from the pre new base era.
|
2009-06-17 16:23:11 -07:00 |
|
Yehuda Katz + Carl Lerche
|
8fdf3d7890
|
Remove some defined?(Http) checks
|
2009-06-17 16:14:05 -07:00 |
|
Yehuda Katz + Carl Lerche
|
251a6e492c
|
Rename path.rb to resolver.rb
|
2009-06-17 15:39:41 -07:00 |
|
Yehuda Katz + Carl Lerche
|
d8f352e970
|
Rename ActionView::Template::Path ActionView::Resolver
|
2009-06-17 15:32:55 -07:00 |
|
Yehuda Katz + Carl Lerche
|
7ac9f29093
|
Updated require for AMo move
|
2009-06-17 13:05:14 -07:00 |
|
Yehuda Katz + Carl Lerche
|
6927f1119b
|
Finish making pending tests pass
|
2009-06-17 12:54:19 -07:00 |
|
Yehuda Katz + Carl Lerche
|
487312515c
|
RJS doesn't render with an HTML layout by default
|
2009-06-17 12:54:19 -07:00 |
|
Yehuda Katz + Carl Lerche
|
4fad953f90
|
Fixing pending tests and fixed some formats / partial rendering semantics
|
2009-06-17 12:54:19 -07:00 |
|
Yehuda Katz + Carl Lerche
|
de388ba864
|
Fix pending test about content-type
|
2009-06-17 12:54:18 -07:00 |
|
Joshua Peek
|
1c4d28ba31
|
Move model naming into ActiveModel
|
2009-06-17 10:37:39 -05:00 |
|
José Valim
|
908b5305d4
|
Convert line breaks.
|
2009-06-17 11:26:32 +02:00 |
|
Yehuda Katz + Carl Lerche
|
85f2f34d5e
|
Remove a stray process2 require
|
2009-06-16 16:29:33 -07:00 |
|
Yehuda Katz + Carl Lerche
|
315147fcb5
|
Move the exceptions for missing template into Compatibility in prep for moving it into a "not-production" module
|
2009-06-16 13:54:55 -07:00 |
|
Yehuda Katz + Carl Lerche
|
dd58f4021d
|
An exception is raised if a layout is missing only if the layout is missing for all mimes
|
2009-06-16 13:44:51 -07:00 |
|
Yehuda Katz + Carl Lerche
|
01a4bc84b8
|
Exceptions now in an exceptions module
|
2009-06-16 11:32:38 -07:00 |
|