Git Product home page Git Product logo

rails-inception's Introduction

rails-inception

rails-inception is a bootstrap application Ruby on Rails 3.2.7, which also uses HTML5 Boilerplate, Twitter Bootstrap. It's been inspired from railStrap. Authentication system has been provided by using the Devise gem (https://github.com/plataformatec/devise/)

Quick start

Clone the git repo - git clone git://github.com/csaurav/rails-inception.git - or download it

Perform the following steps to run the application:

	1. cd cloned-directory
	2. bundle install
	3. Go inside config/envrionments/development.rb and change below portion of the code with your gmail username and password

	ActionMailer::Base.smtp_settings = {
	    :address => "smtp.gmail.com",
	    :port => "587",
	    :domain => "gmail.com",
	    :enable_starttls_auto => true,
	    :authentication => :login,
	    :user_name => "[email protected]",
	    :password => "*********"
	  }


	4.Execute rake to create the users database
	 		rake db:migrate
### Everything else:

The Unlicense (aka: public domain)

rails-inception's People

Contributors

csaurav avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.