@zarkiel - Zarkiel
Siel is a web environment that allows to you manage your project from the easy way
- Rails 3.2.x
You can install the gem from rubygems by using the next command:
gem install siel
Or simply add the gem in your gemfile
gem 'siel'
and run
bundle install
Once installed, add the following route to mount Yuri in your project.
mount Siel::Engine, :at => '/siel'
Run your server and open the next url.
http://localhost:3000/yuri