/rBot-Hobby

Personal page

Primary LanguageRuby

README

This is an Rails Application, rBot rbotovich. This is a template for my personal site.

By rBot.

Ruby on Rails Info

  • Ruby 2.1.2
  • Rails 4.1.4

Development

  • Front-End framwork Twitter-Bootstrap (Sass)
  • Template engine: HAML (helpful gem/script: html2haml)
find . -name \*.erb -print | sed 'p;s/.erb$/.haml/' | xargs -n2 html2haml
  • Testing Framwork: Rspec/Cucumber
  • Form builder: simple_form
  • Users: Devise

Problems I've ran into & Solutions