activo-rails icon indicating copy to clipboard operation
activo-rails copied to clipboard

Activo is a theme for Web-app-theme, Formtastic and Attrtastic. This is a Rails plugin to make it painfully easy to use.

Results 8 activo-rails issues
Sort by recently updated
recently updated
newest added

Hi, I've fixed uniform CSS - now it's compiled properly.

Any plans on releasing the Rails 3.1 branch as a gem? Is something preventing that from happening?

I was trying to run my project in production mode, and in that mode a css compilation error ocours with this message: ActionView::Template::Error (Invalid CSS after "...: alpha(opacity": expected comma,...

If I use the following: ``` ruby layout 'activo' ``` It won't work because the layout in your gem is called 'application.html.erb' Renaming "/gems/activo-rails-1.0.1/app/views/layouts/application.html.erb" to "active.html.erb" solves the problem. I'm...

The icon specs are failing at the moment because Hash doesn't define a perform_caching method - this seems to be a known bug in Rails' Sprockets support, with an open...

I think it would be pretty handy to write some generators for using activo and form/attrtastic. Should those go into web-app-theme, or do you think we should add them to...