{"id":13880401,"url":"https://github.com/hugodias/railStrap","last_synced_at":"2025-07-16T16:31:47.719Z","repository":{"id":3618414,"uuid":"4683987","full_name":"hugodias/railStrap","owner":"hugodias","description":"RailStrap is a HTML5 Ruby On Rails 4 Ruby 2.0.0 bootstrap","archived":false,"fork":false,"pushed_at":"2016-07-31T19:31:54.000Z","size":8455,"stargazers_count":362,"open_issues_count":1,"forks_count":60,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-11-24T09:33:48.934Z","etag":null,"topics":["rails","ruby","twitter-bootstrap"],"latest_commit_sha":null,"homepage":"http://railstrap03.herokuapp.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugodias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-16T10:58:44.000Z","updated_at":"2024-07-31T17:24:02.000Z","dependencies_parsed_at":"2022-07-13T08:10:58.261Z","dependency_job_id":null,"html_url":"https://github.com/hugodias/railStrap","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hugodias/railStrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugodias%2FrailStrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugodias%2FrailStrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugodias%2FrailStrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugodias%2FrailStrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugodias","download_url":"https://codeload.github.com/hugodias/railStrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugodias%2FrailStrap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265524646,"owners_count":23782016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rails","ruby","twitter-bootstrap"],"created_at":"2024-08-06T08:03:00.451Z","updated_at":"2025-07-16T16:31:47.284Z","avatar_url":"https://github.com/hugodias.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# RailStrap v4\n\n[Demo](http://railstrap03.herokuapp.com/)\n\nRailStrap 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.\n\n## Quick start\n\n* Clone the git repo - `git clone https://github.com/hugodias/railStrap.git` - or [download it](https://github.com/hugodias/railStrap/zipball/master)\n\n* Run `bundle install`\n* Run `rake db:migrate`\n\n\nThen run your server\n\u003cpre\u003e\nrails s\n\u003c/pre\u003e\n\nCheck at [http://localhost:3000](http://localhost:3000)\n\n## Requirements\n\n* Rails 4\n* Ruby 2.0.0\n* Imagemagick (For uploading pictures)\n* Vagrant (Optional)\n\n\n## Features\n\n##### [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate/)\n\n##### [Twitter Bootstrap 3](http://twitter.github.com/bootstrap/index.html)\n\n##### [HAML Template Engine](http://haml.info/)\n\n##### [Ruby on Rails 4.0.0](http://rubyonrails.org/)\n* Devise\n* Paperclip ( User profile picture )\n\n\n### Databases support\n\n* SQLite (Default)\n* Postgresdb [https://github.com/hugodias/railStrap/tree/postgresdb](https://github.com/hugodias/railStrap/tree/postgresdb)\n\n\n### Best pratices\n---\nChange the cookie secret token at\n`config/initializers/secret_token.rb`\n\u003cpre\u003e\n# Be sure to restart your server when you modify this file.\n\n# Your secret key for verifying the integrity of signed cookies.\n# If you change this key, all old signed cookies will become invalid!\n# Make sure the secret is at least 30 characters and all random,\n# no regular words or you'll be exposed to dictionary attacks.\nRailStrap::Application.config.secret_token = 'YOUR-NEW-TOKEN-HERE'\n\u003c/pre\u003e\n\nThanks [pringles](http://news.ycombinator.com/user?id=pringles) for the tip\n\n\n#### Vagrant\n---\nRailStrap has a *Vagrant* file to create your own Virtual Machine for development.\n\nTo get started you need to have [Vagrant](http://www.vagrantup.com) and [Virtal Box](https://www.virtualbox.org/) instaled.\n\nAfter that you just need to start your VM:\n\u003cpre\u003evagrant up\u003c/pre\u003e\n\n##### Bonus\nAfter 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.\n\nTo install this server just follow this steps:\n\n* Download the server image here: [link](https://mega.co.nz/#!Fsd0Tbrb!Ud68qgxpD9Av8VxdrVNPtCWciyh_DosXCopDWJksg4M\n)\n* Place the image that you downloaded in railStrap repository\n* In railStrap directory run `vagrant box add railStrapMachine ubuntuRails4Ruby2.box virtualbox`\n* Run `vagrant box list` and this new machine should be in that list\n* Now in `Vagrantfile` change `config.vm.box=\"precise32\"` to `config.vm.box=\"railStrapMachine\"`\n* To get your machine up run `vagrant up`\n\nAnd its done ! Your vagrant vm now has Ruby 2.0.0 and Rails 4 ready to go.\n\n---\n\n## License\n\n### Major components:\n\n* jQuery: MIT/GPL license\n* Modernizr: MIT/BSD license\n* Normalize.css: Public Domain\n* Twitter bootstrap: [Apache License, Version 2.0 (the \"License\")](http://www.apache.org/licenses/LICENSE-2.0)\n* Ruby on Rails: MIT license\n\n### Everything else:\n\nThe Unlicense (aka: public domain)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugodias%2FrailStrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugodias%2FrailStrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugodias%2FrailStrap/lists"}