rubyx web pages
Go to file
Torsten 5e9d5319f8 remove skylight 2023-01-15 12:52:28 +02:00
app one last word 2023-01-15 12:51:23 +02:00
bin make it a rails app 2018-04-10 18:25:46 +03:00
config remove skylight 2023-01-15 12:52:28 +02:00
db 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 adding a copy of synthesis paper as well 2021-11-18 23:48:18 +02:00
spec Code blog model to use year based directories 2019-12-07 11:31:19 +02:00
tmp make it a rails app 2018-04-10 18:25:46 +03:00
.gitignore push ruby version 2022-04-10 14:38:39 +03:00
.rspec add rspec 2018-04-10 18:42:22 +03:00
.ruby-version update mina and ruby 2022-11-13 22:32:22 +02:00
Gemfile remove skylight 2023-01-15 12:52:28 +02:00
Gemfile.lock remove skylight 2023-01-15 12:52:28 +02:00
LICENSE change of name 2014-07-29 18:28:11 +03:00
Procfile prepare for heroku 2019-10-09 15:40:32 +03:00
README.md A recapping post 2021-11-19 20:36:02 +02:00
Rakefile draft for new post about register allocation 2020-03-22 22:50:24 +02:00
config.ru make it a rails app 2018-04-10 18:25:46 +03:00

README.md

RubyX webpages

RubyX's webpage is a rails 5.2 application run at Heroku http://ruby-x.org.

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