Getting Started

Contributors

  • maedi
  • Piyush-Goenka
  • obsidiannnn

Create your application:

gem install raindeer
rain new :app_name

Or clone the template.

Then run the server:

bundle install
rain server

Visit: http://127.0.0.1:4133/

Matrix Mode

After running the sever your terminal will output a matrix visualisation of the asynchronous events, giving you a feel for what is happening under the hood. For better performance you should disable this mode in production with the RAIN_MATRIX=0 ENV variable.

iTerm: Press Option + A to accept screen refreshing, or output will bounce around.

CLI

See also: Rain CLI