All Projects → hugodias → Railstrap

hugodias / Railstrap

RailStrap is a HTML5 Ruby On Rails 4 Ruby 2.0.0 bootstrap

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Railstrap

Bootstrap Generators
Bootstrap-generators provides Twitter Bootstrap generators for Rails
Stars: ✭ 355 (-2.74%)
Mutual labels:  rails, twitter-bootstrap
Loaf
Manages and displays breadcrumb trails in Rails app - lean & mean.
Stars: ✭ 360 (-1.37%)
Mutual labels:  rails
Bootstrap Multiselect
JQuery multiselect plugin based on Twitter Bootstrap.
Stars: ✭ 3,507 (+860.82%)
Mutual labels:  twitter-bootstrap
App perf
Open source application performance monitoring tool with emphasis on ease of setup and use. Providing similar functionality like NewRelic/AppNeta/Skylight etc.
Stars: ✭ 353 (-3.29%)
Mutual labels:  rails
Commit Watcher
Find interesting and potentially hazardous commits in git projects
Stars: ✭ 345 (-5.48%)
Mutual labels:  rails
Tomatoes
Pomodoro Technique® online time tracker
Stars: ✭ 344 (-5.75%)
Mutual labels:  rails
Spree i18n
I18n translation files for Spree Commerce.
Stars: ✭ 338 (-7.4%)
Mutual labels:  rails
Solidus
🛒Solidus, Rails eCommerce System
Stars: ✭ 3,985 (+991.78%)
Mutual labels:  rails
Orientation
Your best weapon in the fight against outdated documentation.
Stars: ✭ 361 (-1.1%)
Mutual labels:  rails
Algoliasearch Rails
AlgoliaSearch integration to your favorite ORM
Stars: ✭ 352 (-3.56%)
Mutual labels:  rails
Rails performance
Monitor performance of you Rails applications
Stars: ✭ 345 (-5.48%)
Mutual labels:  rails
Wechat Starter
Template for developing wechat in rails
Stars: ✭ 347 (-4.93%)
Mutual labels:  rails
Diplomat
A HTTP Ruby API for Consul
Stars: ✭ 358 (-1.92%)
Mutual labels:  rails
Isolator
Detect non-atomic interactions within DB transactions
Stars: ✭ 362 (-0.82%)
Mutual labels:  rails
Rack Dev Mark
Show dev mark on development env
Stars: ✭ 350 (-4.11%)
Mutual labels:  rails
Api.rss
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Stars: ✭ 340 (-6.85%)
Mutual labels:  rails
Migration data
Safely migrate data in ActiveRecord migrations and keep them up to date.
Stars: ✭ 354 (-3.01%)
Mutual labels:  rails
Socify
🚀 Socify is an open source social networking platform written in Ruby on Rails
Stars: ✭ 363 (-0.55%)
Mutual labels:  rails
Aprenda Rubyonrails
🇧🇷 Recursos para aprender Ruby e Rails
Stars: ✭ 363 (-0.55%)
Mutual labels:  rails
Gravatar image tag
A configurable and documented Rails view helper for adding gravatars into your Rails application
Stars: ✭ 359 (-1.64%)
Mutual labels:  rails

RailStrap v4

Demo

RailStrap is a Front-end / Back-end template using HTML5 Boilerplate, Twitter Bootstrap 3, Ruby on Rails (4.0.0) Devise ( Auth ) and Ruby 2.0.0.

Quick start

  • Clone the git repo - git clone https://github.com/hugodias/railStrap.git - or download it

  • Run bundle install

  • Run rake db:migrate

Then run your server

rails s

Check at http://localhost:3000

Requirements

  • Rails 4
  • Ruby 2.0.0
  • Imagemagick (For uploading pictures)
  • Vagrant (Optional)

Features

HTML5 Boilerplate
Twitter Bootstrap 3
HAML Template Engine
Ruby on Rails 4.0.0
  • Devise
  • Paperclip ( User profile picture )

Databases support

Best pratices


Change the cookie secret token at config/initializers/secret_token.rb

# Be sure to restart your server when you modify this file.

# Your secret key for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
RailStrap::Application.config.secret_token = 'YOUR-NEW-TOKEN-HERE'

Thanks pringles for the tip

Vagrant


RailStrap has a Vagrant file to create your own Virtual Machine for development.

To get started you need to have Vagrant and Virtal Box instaled.

After that you just need to start your VM:

vagrant up
Bonus

After that you have a Ubuntu server to work, but this server isn't configured to work with rails yet! :( So i'm leaving here one virtual box image with Ruby 2.0.0 (rbenv) and Rails 4 pre-configured.

To install this server just follow this steps:

  • Download the server image here: link
  • Place the image that you downloaded in railStrap repository
  • In railStrap directory run vagrant box add railStrapMachine ubuntuRails4Ruby2.box virtualbox
  • Run vagrant box list and this new machine should be in that list
  • Now in Vagrantfile change config.vm.box="precise32" to config.vm.box="railStrapMachine"
  • To get your machine up run vagrant up

And its done ! Your vagrant vm now has Ruby 2.0.0 and Rails 4 ready to go.


License

Major components:

Everything else:

The Unlicense (aka: public domain)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].