On 15 May 2013 15:34, Love U Ruby <[email protected]> wrote: > Hi, > > I just completed Ruby learning and did complete some exercise also on > it. Now want to learn Ruby on Rails also.So what would be the good > approach or from where to start,to learn it quickly and conceptually.
Have a look at railstutorial.org (which is free to use online) and the Rails Guides. Colin > > I also had installed also Ruby as mentioned in this url : > https://gist.github.com/pcjpcj2/5443017 > > ********************************************************** > sudo apt-get -y install build-essential openssl libreadline6 > libreadline6-dev curl git-core \ > zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev > sqlite3 libxml2-dev \ > libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison > > && > > \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled > > && > > echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # > Load RVM function' >> ~/.bash_profile > > && > > source ~/.bash_profile > > && > > rvm install 2.0.0-p0 > > && > > rvm use --default 2.0.0-p0 > > && > ruby -v > > > && > > > gem install rails --pre > *************************************************** > > So now what more I need to do for Rails installations? > > So please help me to get a good start with ROR. > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

