Sha256: 056e3d551ecceaa7b70d54d14b3905efec0086aa0f8c0d026d597d22d06575e4
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
# Ramaze Application Welcome to your new Ramaze application. This README serves as a starting point for writing an application using the code you just generated. Once you've started working on your application you'll probably want to update this README so that its contents reflect your application's state and purpose. ## Requirements In order to run this application you'll need to have Ramaze 2.0.0 or newer and Rake. Optionally you can install Bundler and use it for Gem management, this can be done as following: $ gem install bundler $ bundle install ## Rake Tasks This application comes with a few predefined Rake tasks that make it easy to get started. You can list these tasks by running `rake -T` or `rake -D` (this shows longer descriptions for tasks if there are any). For example, to start a Ramaze console using Pry you'd run the following command: $ rake ramaze:pry ## Resources In case you need help you can refer to the following resources: * Ramaze website: <http://ramaze.net/> * Github repository: <https://github.com/ramaze/ramaze> * IRC channel: \#ramaze on Freenode
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ramaze-2023.01.06 | lib/proto/README.md |
ramaze-2012.12.08 | lib/proto/README.md |
ramaze-2012.12.08b | lib/proto/README.md |