SlideShare a Scribd company logo
RUBY ON RAILS
UP AND RUNNING WITH
Alain Bindele - mail:alain.bindele@gmail.com
UP AND RUNNING WITH RUBY ON RAILS
INTRO - WHAT’S RUBY ON RAILS
Ruby on Rails, or simply Rails, is a server side web application
framework written in RUBY under MIT Licence. Rails is a Model-
View-Controller (MVC) framework, providing default structures
for a database, a web service and web pages [Wikipedia]
+
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
The first thing to do is to install
Homebrew
> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Homebrew installs the stuff you need that Apple didn’t.
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
Maybe the installation gives you some error, just like these:
Then Just type:
>rm -fr /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/share/doc/homebrew /usr/local/
etc/bash_completion.d/brew
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
Maybe the installation gives you some error, just like these:
And re-run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
brew link autoconf
brew install rbenv ruby-build
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile
rbenv install 2.3.1
rbenv global 2.3.1
ruby -v
If mysql is needed then
brew install sqlite3
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
Next important step ...installing Rails but maybe you have an old
version of gem and the rails 4 require a new gem so you have to
gem update --system 2.0.3
brew uninstall xz
since install nokogiri without giving this command
could lead an error for a dependency issue so then
gem install nokogiri -v 1.6.8
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
gem install rails -v 4.2.6
rbenv rehash
Then finally install Rails
UP AND RUNNING WITH RUBY ON RAILS
INSTALLATION (OSX)
brew install mysql
gem install mysql2 -v '0.4.5'
You may need a mysql client (with the relative jam)
UP AND RUNNING WITH RUBY ON RAILS
CREATE A NEW RAILS PROJECT
To create a brand new project go in your favourite workspace directory and type:
rails new new_rails_app
rails new new_rails_app -d mysql
but if you need mysql support type:
UP AND RUNNING WITH RUBY ON RAILS
CREATE A NEW RAILS PROJECT
If you setup MySQL or Postgres with a username/password, modify the
config/database.yml file to contain the username/password that you specified
Create the database
rake db:create
rails server
UP AND RUNNING WITH RUBY ON RAILS
CREATE A NEW RAILS PROJECT
If you setup MySQL or Postgres with a username/password, modify the
config/database.yml file to contain the username/password that you specified
Create the database
rake db:create
rails server
UP AND RUNNING WITH RUBY ON RAILS
CREATE A NEW RAILS PROJECT
Point your browser to
http://127.0.0.1:3000
ALAIN BINDELE
MAIL: ALAIN.BINDELE@GMAIL.COM
SKYPE: ALAIN.BINDELE
THANK YOU ^_^

More Related Content

PPTX
Guidlines sitecore9 installation
PPTX
Deploy a compute instance with a remote startup script
PPTX
Google cloud essential skills challenge lab
PPTX
L5 swagger
PDF
Get Going With RVM and Rails 3
PPT
Diva23
PPTX
Word press workflows and gulp
TXT
Apache ds building_from_source
Guidlines sitecore9 installation
Deploy a compute instance with a remote startup script
Google cloud essential skills challenge lab
L5 swagger
Get Going With RVM and Rails 3
Diva23
Word press workflows and gulp
Apache ds building_from_source

What's hot (17)

PDF
Install oracle siebel on windows 2008 r2
ODP
Appache.ppt
PPTX
virtual hosting and configuration
PDF
Ruby On Rails Starter Kit
PDF
Ansible automation tool with modules
ODP
Sql installation
ODP
Prabu apache installations
PPT
Apache
PPT
How to Contribute Code to MySQL?
PDF
TYPO3 Performance (T3DD18)
PPTX
How to install ReactJS software
PPTX
Groovy with Mule
ODP
Mysql S&M
PPTX
Best Practices for creating WP REST API by Galkin Nikita
PPTX
Activemq installation and master slave setup using shared broker data
PPT
My sql essentials
Install oracle siebel on windows 2008 r2
Appache.ppt
virtual hosting and configuration
Ruby On Rails Starter Kit
Ansible automation tool with modules
Sql installation
Prabu apache installations
Apache
How to Contribute Code to MySQL?
TYPO3 Performance (T3DD18)
How to install ReactJS software
Groovy with Mule
Mysql S&M
Best Practices for creating WP REST API by Galkin Nikita
Activemq installation and master slave setup using shared broker data
My sql essentials
Ad

Viewers also liked (20)

PDF
Mystic waters
PDF
Ruby performance - The low hanging fruit
PPTX
Ruby et son écosystème (french)
PDF
Introduction à Ruby
PDF
Café Numérique Arlon S03#02: Je code mon blog (EU code week Arlon)
PPT
Introduction to Ruby on Rails
PPTX
Beginners' guide to Ruby on Rails
PDF
Data-driven urbanism (Amsterdam, Jan 2017)
PDF
Introduction to Ruby on Rails
PDF
Ruby On Rails Introduction
PDF
[devops REX 2016] Les impacts techniques et organisationnels liés à devops
PDF
Docker : quels enjeux pour le stockage et réseau ? Paris Open Source Summit ...
PDF
Building Mobile Apps with Cordova , AngularJS and Ionic
PPTX
05 - [ASP.NET Core] Devops : VSTS, Git, Azure, Docker, Linux
PDF
How Shopify Scales Rails
PDF
Realtime Web avec Akka, Kafka, Spark et Mesos - Devoxx Paris 2014
PPTX
Offre onepoint - Data science et big data
PPTX
#1 cloud-infra-talk- l ops-du-devops
PPTX
Roberto Converti . py publico privado
DOC
Ley de estupefacientes y psicotrópicos
Mystic waters
Ruby performance - The low hanging fruit
Ruby et son écosystème (french)
Introduction à Ruby
Café Numérique Arlon S03#02: Je code mon blog (EU code week Arlon)
Introduction to Ruby on Rails
Beginners' guide to Ruby on Rails
Data-driven urbanism (Amsterdam, Jan 2017)
Introduction to Ruby on Rails
Ruby On Rails Introduction
[devops REX 2016] Les impacts techniques et organisationnels liés à devops
Docker : quels enjeux pour le stockage et réseau ? Paris Open Source Summit ...
Building Mobile Apps with Cordova , AngularJS and Ionic
05 - [ASP.NET Core] Devops : VSTS, Git, Azure, Docker, Linux
How Shopify Scales Rails
Realtime Web avec Akka, Kafka, Spark et Mesos - Devoxx Paris 2014
Offre onepoint - Data science et big data
#1 cloud-infra-talk- l ops-du-devops
Roberto Converti . py publico privado
Ley de estupefacientes y psicotrópicos
Ad

Similar to Create rails project (20)

PPTX
How To Install Ruby on Rails on Ubuntu
PDF
Ruby on Rails Kickstart 101 & 102
PDF
Deploying your rails application to a clean ubuntu 10
PDF
How to deploy laravel application on aws ec2
DOCX
Guide - Migrating from Heroku to AWS using CloudFormation
PPT
Rails
 
PDF
Jaoo Michael Neale 09
PPTX
Dev streams2
PDF
TorqueBox
PDF
How to dockerize rails application compose and rails tutorial
PDF
JBoss, Rails and the cloud
KEY
Using rbenv in Production
PDF
Ruby on Rails Scaffold_ Create Your App In Minutes
PDF
Ruby Rails Web Development.pdf
PDF
ragi_tutorial_v1
PDF
ragi_tutorial_v1
PPTX
Ruby on Rails - An overview
PDF
Ruby on Rails
PDF
All girlhacknight intro to rails
How To Install Ruby on Rails on Ubuntu
Ruby on Rails Kickstart 101 & 102
Deploying your rails application to a clean ubuntu 10
How to deploy laravel application on aws ec2
Guide - Migrating from Heroku to AWS using CloudFormation
Rails
 
Jaoo Michael Neale 09
Dev streams2
TorqueBox
How to dockerize rails application compose and rails tutorial
JBoss, Rails and the cloud
Using rbenv in Production
Ruby on Rails Scaffold_ Create Your App In Minutes
Ruby Rails Web Development.pdf
ragi_tutorial_v1
ragi_tutorial_v1
Ruby on Rails - An overview
Ruby on Rails
All girlhacknight intro to rails

Recently uploaded (20)

PPTX
Transform Your Business with a Software ERP System
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPT
Introduction Database Management System for Course Database
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Introduction to Artificial Intelligence
PDF
System and Network Administration Chapter 2
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Online Work Permit System for Fast Permit Processing
PPTX
ai tools demonstartion for schools and inter college
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Transform Your Business with a Software ERP System
Upgrade and Innovation Strategies for SAP ERP Customers
Introduction Database Management System for Course Database
2025 Textile ERP Trends: SAP, Odoo & Oracle
Introduction to Artificial Intelligence
System and Network Administration Chapter 2
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Which alternative to Crystal Reports is best for small or large businesses.pdf
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Online Work Permit System for Fast Permit Processing
ai tools demonstartion for schools and inter college
How to Choose the Right IT Partner for Your Business in Malaysia
Odoo Companies in India – Driving Business Transformation.pdf
How Creative Agencies Leverage Project Management Software.pdf
Softaken Excel to vCard Converter Software.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
VVF-Customer-Presentation2025-Ver1.9.pptx
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf

Create rails project

  • 1. RUBY ON RAILS UP AND RUNNING WITH Alain Bindele - mail:alain.bindele@gmail.com
  • 2. UP AND RUNNING WITH RUBY ON RAILS INTRO - WHAT’S RUBY ON RAILS Ruby on Rails, or simply Rails, is a server side web application framework written in RUBY under MIT Licence. Rails is a Model- View-Controller (MVC) framework, providing default structures for a database, a web service and web pages [Wikipedia] +
  • 3. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) The first thing to do is to install Homebrew > ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Homebrew installs the stuff you need that Apple didn’t.
  • 4. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) Maybe the installation gives you some error, just like these: Then Just type: >rm -fr /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/share/doc/homebrew /usr/local/ etc/bash_completion.d/brew
  • 5. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) Maybe the installation gives you some error, just like these: And re-run ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” brew link autoconf brew install rbenv ruby-build
  • 6. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) Add rbenv to bash so that it loads every time you open a terminal echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile source ~/.bash_profile rbenv install 2.3.1 rbenv global 2.3.1 ruby -v If mysql is needed then brew install sqlite3
  • 7. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) Next important step ...installing Rails but maybe you have an old version of gem and the rails 4 require a new gem so you have to gem update --system 2.0.3 brew uninstall xz since install nokogiri without giving this command could lead an error for a dependency issue so then gem install nokogiri -v 1.6.8
  • 8. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) gem install rails -v 4.2.6 rbenv rehash Then finally install Rails
  • 9. UP AND RUNNING WITH RUBY ON RAILS INSTALLATION (OSX) brew install mysql gem install mysql2 -v '0.4.5' You may need a mysql client (with the relative jam)
  • 10. UP AND RUNNING WITH RUBY ON RAILS CREATE A NEW RAILS PROJECT To create a brand new project go in your favourite workspace directory and type: rails new new_rails_app rails new new_rails_app -d mysql but if you need mysql support type:
  • 11. UP AND RUNNING WITH RUBY ON RAILS CREATE A NEW RAILS PROJECT If you setup MySQL or Postgres with a username/password, modify the config/database.yml file to contain the username/password that you specified Create the database rake db:create rails server
  • 12. UP AND RUNNING WITH RUBY ON RAILS CREATE A NEW RAILS PROJECT If you setup MySQL or Postgres with a username/password, modify the config/database.yml file to contain the username/password that you specified Create the database rake db:create rails server
  • 13. UP AND RUNNING WITH RUBY ON RAILS CREATE A NEW RAILS PROJECT Point your browser to http://127.0.0.1:3000