rubyx web pages
Go to file
2018-04-16 21:42:34 +03:00
app menu for debugger for better integration 2018-04-16 21:35:31 +03:00
bin make it a rails app 2018-04-10 18:25:46 +03:00
config fix opal version issue with elias help 2018-04-16 20:54:22 +03:00
db make it a rails app 2018-04-10 18:25:46 +03:00
lib make it a rails app 2018-04-10 18:25:46 +03:00
log cleanup and app layout 2018-04-10 20:08:37 +03:00
public clean up arm section 2018-04-11 14:13:17 +03:00
spec change month and day order as in jekyl 2018-04-10 20:00:56 +03:00
tmp make it a rails app 2018-04-10 18:25:46 +03:00
_config.yml switch to hacker theme 2017-11-28 20:59:01 +02:00
.gitignore add simple blog controller 2018-04-10 19:11:33 +03:00
.rspec add rspec 2018-04-10 18:42:22 +03:00
2014-07-28-active-objects.html.haml move md to haml 2018-04-10 19:50:07 +03:00
2015-06-20-closing-the-chasm.html.haml move md to haml 2018-04-10 19:50:07 +03:00
config.ru make it a rails app 2018-04-10 18:25:46 +03:00
Gemfile use github version of rubyx (not local) 2018-04-16 21:42:34 +03:00
Gemfile.lock use github version of rubyx (not local) 2018-04-16 21:42:34 +03:00
LICENSE change of name 2014-07-29 18:28:11 +03:00
Rakefile make it a rails app 2018-04-10 18:25:46 +03:00
README.md update readme 2018-04-15 19:21:07 +03:00

RubyX webpages

RubyX's webpage are a rails 5.2 application run at Hetzner.

If you don't know rails, most of the docs are quite close to text (called haml), found in the app/views/pages directory.

###Contribute

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.

Even better, clone and send a pull request. Typos and small things don't even need a branch.

###Local viewing

After having cloned the repository go to the folder and

bundle

bundle exec rails server

go to localhost:3000