Sha256: 16a0746e1b0827a505e240b91403b48ec2eabd5ad319d18d16303495515aa2df
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
Contents
# <%=name.camelcase%> A padrino gem ## Usage Add the following to your `Gemfile`: ```ruby gem '<%=name%>' ``` and mount the app in your `apps.rb`: ```ruby Padrino.mount("<%=name.camelcase%>::App").to("/<%=name%>") ``` ## Development For development, this gem can be run as a standalone Padrino application as you would expect from a normal one: ```ruby $ bundle exec padrino start ``` The Rakefile also works like the normal Padrino one and supports all standard components.
Version data entries
3 entries across 3 versions & 1 rubygems