Coder Social home page Coder Social logo

rails-4-with-semantic's Introduction

rails-4-with-semantic

this basic rails 4 application is updated version of RAILS-4-BASIC. Only differences are:

  • introducing slim

  • introducing semantic

  • cleaned and locked gems versions. cleaned unwanted comments generated by rails

other information:

  • Ruby version: 2.2.0

  • Rails version: 4.2.0

there are some latest versions of ruby and rails available. but i restricted myself to the most stable ones.

Installation

  • Pre-requisites (you must have installed ruby 2.2.0) and run:

rvm use ruby-2.2.0 --default
  • goto your projects directory:

cd projects

Than run this command to clone this repo:

git clone git@github.com:bilalbash/rails-4-with-semantic.git

as a result, rails-4-with-semantic directory will be created, than goto this directory:

cd rails-4-with-semantic

create gemset like:

rvm gemset create rails-4-with-semantic

than run bundle command:

bundle install

Other configurations

  • Database: I have used sqlite3 as default generated by rails 4.2

  • Database initialization: for the time being there is nothing to be initialized

  • How to run the test suite:

bundle exec rake test

or

bin/rake test

I have no idea whats a difference between them.
  • Services: no services so far

  • Deployment instructions:

no one deploy such a basic applicaiton. just clone it and start developing it! as described above.

how to start a new rails project or product

  • for example i wanted to create wire tap project

  • the above “git clone” command will be changed like:

git clone [email protected]:bilalbash/rails-4-with-semantic.git wire-tap

or

git clone [email protected]:bilalbash/rails-4-with-semantic.git wire_tap

there must be no spaces between wire and tap. now you can start developing your rails application!

zeus instructions:

after installing this application. run:

bundle exec zeus start

than keep it in current terminal. Than open another tab to run rails server faster way by:

bundle exec zeus s

in another tab run:

bundle exec zeus c

for details refer: github.com/burke/zeus

rails-4-with-semantic's People

Contributors

bilalbash avatar

Stargazers

 avatar

Watchers

 avatar  avatar

rails-4-with-semantic's Issues

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.