Sha256: 3add825f717b6c6c9284eb58db7e2016a0661c49d7c8504a9cd9ece600995a1a
Contents?: true
Size: 487 Bytes
Versions: 44
Compression:
Stored size: 487 Bytes
Contents
# <%= @project_name %> A padrino gem ## Usage Add the following to your `Gemfile`: ```ruby gem '<%=name%>' ``` and mount the app in your `apps.rb`: ```ruby Padrino.mount("<%= @project_name %>::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
44 entries across 44 versions & 1 rubygems