padrino-recipes icon indicating copy to clipboard operation
padrino-recipes copied to clipboard

A collection of padrino templates and plugins

Results 11 padrino-recipes issues
Sort by recently updated
recently updated
newest added

http://intercoolerjs.org/

https://github.com/tachyons-css/tachyons/

``` /Library/Ruby/Gems/2.0.0/gems/watchr-0.7/lib/watchr.rb:111:in `handler': Use RbConfig instead of obsolete and deprecated Config. ```

Since padrino/padrino-framework@2a2600a7f9f594aeb3ae8bec3da04ab80d64bbf0 Padrino uses Pry by default if it's present. That commit renders pry_byebug plugin less useful since now you only have to add `pry_byebug` to your Gemfile.

``` sh apply https://raw.github.com/padrino/padrino-recipes/master/plugins/raphaeljs_plugin.rb The template at https://raw.github.com/padrino/padrino-recipes/master/plugins/raphaeljs_plugin.rb could not be found! ```

Replace with https://github.com/tilsammans/rack-maintenance.

``` sh apply https://raw.github.com/padrino/padrino-recipes/master/plugins/coderay_plugin.rb insert Gemfile insert Gemfile insert app/app.rb create lib/coderay_initializer.rb The template at https://raw.github.com/padrino/padrino-recipes/master/plugins/coderay_plugin.rb could not be found! ``` The CSS file is not available under the location...

I've encountered this error with ruby-2.2.1 and padrino 0.13.1 ``` sh $ padrino-gen plugin carrierwave No local changes to save WARN: Unresolved specs during Gem::Specification.reset: activesupport (>= 3.1) tilt (<...

For a fresh app (it takes erb as the default renderer) I get: ``` sh padrino-gen plugin blueprint WARN: Unresolved specs during Gem::Specification.reset: activesupport (>= 3.1) tilt (< 3, >=...

I've encountered this error with ruby-2.2.1 and padrino 0.13.1 ``` sh $padrino-gen plugin ar_textile apply https://raw.github.com/padrino/padrino-recipes/master/plugins/ar_textile_plugin.rb insert Gemfile insert config/boot.rb /home/wm/.rvm/gems/ruby-2.2.1/gems/activesupport-4.2.6/lib/active_support/dependencies.rb:457:in `load': No such file to load -- RedCloth (LoadError)...