Ubuntu (The latest stable version : 11.10(Oneiric Ocelot), released few weeks ago) is one of the most Linux based popular operating system and gradually becoming more popular among programmers and web developers.
DevX: "At the end of 2008, the open source Ruby on Rails and Merb Ruby frameworks merged together in an effort to unify development of Ruby on Rails 3. Fast forward 18 months and Ruby on Rails 3 (RoR) has yet to be officially released, though a release candidate is set for this week."
Play Framework – A Web Application Development framework for Java/Scala Programmers with the taste of Ruby on Rails. So you can easily create High performance and scalable web application in a fun way (unlike the java way which is supposed to be sophisticated and fun-less) – much like Rails.
I'm inside of the terminal right now and just about to make a new application.
I have RVM installed with Ruby 1.9.3 and Rails
$ rails -v
Rails 3.2.8
system: "redhat/5.8/x86_64"
I am trying to start the rails server using either: 'rails server -d' or even just 'rails'
however I am getting the following error:
$ rails server -d
/home/lauren/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': libcrypto.so.1.0.0: cannot ope
Hi,
I am a php developer and I decided to learn ruby on rails.
I have a few question.
I have an ubuntu virtual machine with lamp.
It mean that it has alrweady php and when I access the ip of the machine from my browser it does load the index.php.
if I install ruby on rails will theere be collision between the php and ruby or the server just know that if I ask for ruby file or for php.
I am trying to install Ruby on Rails and I have followed the following link for the install
https://www.digitalocean.com/community/articles/how-to-install-ruby-on-r....
I am trying to install Ruby on Rails. and i have followed the following link for the install
https://www.digitalocean.com/community/articles/how-to-install-ruby-on-r....
I started using Terminator, the teminal emulator, but when I run a rails application it can't find Rails.
humberto@asterix:~$ rails -v
The program 'rails' can be found in the following packages:
* rails
* ruby-railties-3.2
Try: sudo apt-get install <selected package>
Does anyone knows how to solve it?