gravityblast / web-app-theme

A simple theme for web apps
Other
2.45k stars 387 forks source link

Rails 3 compatibility #7

Closed marceloverdijk closed 13 years ago

marceloverdijk commented 14 years ago

I've installed web-app-theme as plugin using:

rails plugin install git://github.com/pilu/web-app-theme.git

This worked fine, but installing the theme using:

rails generate theme gives a: Could not find generator theme.

I guess the plugin needs to be upgraded to be Rails 3 compatible?

gravityblast commented 14 years ago

Yes, I didn't try it with rails 3 yet, but we need to upgrade it to be compatible with the new rails version

marceloverdijk commented 14 years ago

Perfect!

fourfour commented 14 years ago

I second Rails 3. I am lost without web-app-theme :)

levifig commented 14 years ago

I'd love this as well… :)

gravityblast commented 14 years ago

not yet but it will work with rails 3 soon

rurounijones commented 14 years ago

In one of the rails 3 preview articles I seem to remember that you can rip out and replace the templates used by the built-in rails generators. Is that the plan for web-app-theme? being able to generate a web-app-theme scaffold in one command would be fantastic (and make it easier for people to customize their templates)

libo commented 14 years ago

Any news pilu :-) I need this for rails 3 !!

pedromtavares commented 13 years ago

Although possible to use the themes without the scaffold, it'd be great if you could upgrade it for Rails 3 support, that scaffolding saves some good copying and pasting that would take a few minutes =)

technicalpickles commented 13 years ago

Looks like there's at least a few forks that attempt this, at least from recent entries in the network view:

ckgagan commented 13 years ago

include gem "web-app-theme", :git =>"git://github.com/krishna-shilpakar/web-app-theme.git" in the gem file and bundle install Atleast it didn't gave me a "Could not find generator theme." error

gravityblast commented 13 years ago

the latest version should work fine with rails 3