2017-01-02 01:45:44 +02:00
|
|
|
# [RubyX webpages](http://ruby-x.org)
|
2014-05-26 22:04:19 +03:00
|
|
|
|
|
|
|
|
2021-11-19 20:36:02 +02:00
|
|
|
RubyX's webpage is a rails 5.2 application run at Heroku [http://ruby-x.org](http://ruby-x.org).
|
2018-04-15 19:21:07 +03:00
|
|
|
|
|
|
|
If you don't know rails, most of the docs are quite close to text (called haml),
|
|
|
|
found in the app/views/pages directory.
|
2014-05-26 22:04:19 +03:00
|
|
|
|
2021-11-19 20:36:02 +02:00
|
|
|
### Contribute
|
2014-05-26 22:04:19 +03:00
|
|
|
|
|
|
|
We are _very_ open to improvement so if you see anything that is wrong or misleading, please create an issue.
|
|
|
|
|
|
|
|
Also if you feel there is information missing, don't hesitate to mention it.
|
|
|
|
|
2018-04-15 19:21:07 +03:00
|
|
|
Even better, clone and send a pull request. Typos and small things don't even need a branch.
|
2014-05-26 22:04:19 +03:00
|
|
|
|
2021-11-19 20:36:02 +02:00
|
|
|
### Local viewing
|
2014-05-26 22:04:19 +03:00
|
|
|
|
2018-04-15 19:21:07 +03:00
|
|
|
After having cloned the repository go to the folder and
|
2014-05-26 22:04:19 +03:00
|
|
|
|
|
|
|
bundle
|
|
|
|
|
2018-04-15 19:21:07 +03:00
|
|
|
bundle exec rails server
|
2014-05-26 22:04:19 +03:00
|
|
|
|
2018-04-15 19:21:07 +03:00
|
|
|
go to localhost:3000
|