Re: [Rails] Rails on windows

2012-09-19 Thread jason white
You could start with a VM running Ubuntu to get started with Rails development. A Mac would be far superior, but Ubuntu will get you started. You can do Rails development on Windows, but you may have trouble with certain gems. J On Wed, Sep 19, 2012 at 11:08 AM, rails2012 derek...@hotmail.com

Re: [Rails] index.html in rails-app/public

2012-09-01 Thread jason white
for your first app, you should try using heroku. it it much simpler to get an app up and running than the current path you are taking. Jason On Wed, Aug 29, 2012 at 1:37 PM, Mandeep Kaur meghasi...@gmail.com wrote: On Wed, Aug 29, 2012 at 8:16 PM, Mandeep Kaur meghasi...@gmail.com wrote: On

Re: [Rails] Re: Re: A Ruby Book (free to use)

2012-08-27 Thread jason white
At a first glace, it seems to be very well thought out, and I look forward to digging in deeper. Thank you for taking the time to share with us. Jason On Mon, Aug 27, 2012 at 9:47 AM, Karthikeyan A k li...@ruby-forum.comwrote: Thanks, don't read it then. Dheeraj Kumar wrote in post #1073453:

Re: [Rails] Help getting started: Newbie: Windows and Rails

2012-08-27 Thread jason white
On Mon, Aug 27, 2012 at 11:37 AM, Colin Law clan...@googlemail.com wrote: On 27 August 2012 16:07, Bruce Whealton br...@whealton.info wrote: Hello all, For some reason, Ruby on Rails is one of the hardest programming languages that I’ve ever tried to get up and running with it. I

RE: [Rails] installing ruby and rails framework

2012-03-29 Thread Jason White
If you need to stay on windows, you can use the rails installer from http://railsinstaller.com. It makes setting up a development environment on windows simple. You may have issues with some gems in the future, but this will get you started. Also take a look at http://railstutorial.org, it's an

Re: [Rails] Best Book for starting

2012-03-08 Thread jason white
+1 for railstutorial On Thu, Mar 8, 2012 at 7:49 AM, Colin Law clan...@googlemail.com wrote: On 8 March 2012 13:40, Igx Ma li...@ruby-forum.com wrote: Ok, hi people, I am new on this forum. Umm, I am and Experienced Java programer. And I know Ruby. But, I have never used Ruby On Rails. I

Re: [Rails] Ruby IDEs

2012-02-28 Thread jason white
I use RedCar or Sublime On Tue, Feb 28, 2012 at 9:38 AM, Valery Kvon adda...@gmail.com wrote: On 28.02.2012, at 18:46, nada wrote: Hi, I'm a novice in Ruby , I want to ask what is the best IDEs to use Ruby for beginners ? TextMate, although it is not IDE… + *nix console :) --

Re: [Rails] Rails hosting

2012-02-19 Thread jason white
Heroku is the best place to start On Feb 19, 2012 7:35 PM, Greg Akins angryg...@gmail.com wrote: On Sun, Feb 19, 2012 at 8:29 PM, lionel Lioninho lionel.firstdevelo...@gmail.com wrote: I'm starting a new 3.2 project and i need to know the best hosting offers Heroku -- Greg Akins

Re: [Rails] Re: learning Ruby and rails

2012-02-16 Thread jason white
I have been using http://www.railsinstaller.org/ to install all of the necessary components on my Windows 7 machine. There are some minor differences between developing on Windows, and Mac/Linux. For me the biggest difference is the command line, and support for some gems. Developing on Windows

Re: [Rails] Re: learning Ruby and rails

2012-02-16 Thread jason white
here is a good overview by the friendly people at nettuts http://net.tutsplus.com/tutorials/ruby/the-intro-to-rails-screencast-i-wish-i-had/ On Thu, Feb 16, 2012 at 3:37 PM, Dl33ter Yay li...@ruby-forum.com wrote: I saw another way to learn RoR (or other language) http://www.codesonic.com/

Re: [Rails] Re: Installing rails on Ubuntu

2012-01-21 Thread jason white
On Sat, Jan 21, 2012 at 4:30 PM, Felipe Pieretti Umpierre li...@ruby-forum.com wrote: Ok, but, when I try with 'gem install rails' felipe@Felipe:~$ gem install rails ERROR: Loading command: install (LoadError) no such file to load -- zlib ERROR: While executing gem ... (NameError)

Re: [Rails] Ruby on Rails Tutorial Using Google+

2012-01-16 Thread jason white
This is a great idea, I'm very interested in seeing how this develops. The power and reach of Google+ is amazing On Mon, Jan 16, 2012 at 11:37 AM, Javier Quarite jquari...@gmail.comwrote: On Mon, Jan 16, 2012 at 12:30 PM, Rajeev Kannav Sharma rajeevsharm...@gmail.com wrote: Hi all, I

Re: [Rails] Ubuntu: Best IDE

2011-11-18 Thread jason white
I have rubymine, but find myself using redcar quite a bit lately On Nov 18, 2011 8:50 PM, Norm Scherer normsche...@earthlink.net wrote: On 11/18/2011 09:56 AM, Hector Bavio wrote: I'm a proud user of emacs with rinari, magit (excellent git mode for emacs), textmate-mode and a bunch of other

Re: [Rails] Re: Installing RoR

2011-10-21 Thread jason white
have you tried the Rails Installer(railsinstaller.com)? I have found this is the easiest way to get rails up and running on windows. Jason On Fri, Oct 21, 2011 at 8:07 AM, Luis Lavena luislav...@gmail.com wrote: On Oct 21, 2:04 pm, manikanda r. li...@ruby-forum.com wrote:

Re: [Rails] Inexpensive Rails Hosting for Small Business Client

2011-10-06 Thread jason white
depending on the level of traffic, i recommend heroku On Thu, Oct 6, 2011 at 4:13 PM, trans transf...@gmail.com wrote: I have a commercial Radiant-based website that I manage for a small- business client. They pay me a flat annual fee to do so, but lacking any other clients to split the cost

Re: [Rails] ruby on rails installation problem

2011-09-13 Thread jason white
use the rails installer for windows, this will get you up and running. http://www.railsinstaller.org/ On Tue, Sep 13, 2011 at 8:22 AM, Sai Ch chsai.bt...@gmail.com wrote: i have problem with installation of ruby on rails in my windows xp operating system please help what are the step to be

Re: [Rails] Rails Hosting

2011-09-09 Thread jason white
for Rails hosting, give heroku a try. if you want to host Rails and PHP, I recommend Linode. But you will need to administer the server yourself. On Fri, Sep 9, 2011 at 8:31 AM, Jazmin jazminschroe...@gmail.com wrote: This has probably been asked many many times but we are looking to host a

Re: [Rails] Good rails 3.1 book

2011-09-07 Thread jason white
Agile Web Development with Ruby on Rails (Pragmatic Programmers) Rails 3 in Action (Manning Press) railstutorial.org is also a great place to start railscasts.com has amazing screencasts that cover a wide range of topics Jason On Wed, Sep 7, 2011 at 8:59 AM, Rodrigo Ruiz

Re: [Rails] Good rails 3.1 book

2011-09-07 Thread jason white
: is the Agile book written entirely in rails 3.1? On Wed, Sep 7, 2011 at 11:09 AM, jason white jasonwhite...@gmail.comwrote: Agile Web Development with Ruby on Rails (Pragmatic Programmers) Rails 3 in Action (Manning Press) railstutorial.org is also a great place to start railscasts.com has

Re: [Rails] Re: Installing ROR on ubuntu 10.04

2011-08-25 Thread jason white
I'm a fan of Rails Ready http://www.rubyinside.com/rails-ready-ruby-and-rails-on-ubuntu-in-one-line-4214.html On Thu, Aug 25, 2011 at 11:45 AM, Rodrigo Alves Vieira rodrig...@gmail.comwrote: Or simpler: install rvm http://rvm.beginrescueend.com, install a ruby (1.9.2, at least, come on) and

Re: [Rails] Windows 7 WAMP + Ruby on Rails Apache Errors

2011-08-05 Thread jason white
Is there any reason why you are trying to use wamp? On Aug 5, 2011 2:53 PM, Dave d...@coledesignstudios.com wrote: Hello all, I'm new to ruby on rails, been dealign with LAMP my entire carrier and have decided to take the dive and learn ruby. To start this off I decided I wanted to install

Re: [Rails] Re: Fast identification (maybe fingerprint) using Ruby?

2011-07-08 Thread jason white
I had a similar situation, where we needed to track personnel for a specific event. We gave out id cards with only a bar code, no other identifying marks. The scanner would check them in/out with one swipe, and it was fast. The only people that could relate the bar code to a person were the people

Re: [Rails] cheaper rails hosting ?

2011-05-24 Thread jason white
Heroku is free, and should do everything you need On May 24, 2011 9:18 AM, Jedrin jrubia...@gmail.com wrote: I have had an account with hostingrails.com in the past. I believe their cheaper plan is like $10 a month and they have decent support. I am not sure I can get much cheaper than that

Re: [Rails] Best Rails environment for Windows 7

2011-04-27 Thread jason white
this is the best way to get setup on Windows http://www.railsinstaller.org/ On Wed, Apr 27, 2011 at 8:26 AM, Chief chie...@gmail.com wrote: What is the best and easiest way of running Ruby on Rails on a Windows 7 machine? I really want to learn Rails, but I haven't found any easy way of

Re: [Rails] Re: Video tutorial for Ruby on Rails ?

2011-04-25 Thread jason white
http://net.tutsplus.com/articles/web-roundups/essential-ruby-rails-3-reading-3/ On Mon, Apr 25, 2011 at 4:30 PM, Frederick Cheung frederick.che...@gmail.com wrote: On Apr 25, 10:17 pm, Rodrigo Ruiz rodrigo.ru...@gmail.com wrote: Hi, I'm new to ruby and to rails, but I know a bit of OOP

Re: [Rails] Best hosting for Rails ?

2011-04-22 Thread jason white
i'm not sure how it works from Europe, but Heroku is super easy for Rails. Jason On Fri, Apr 22, 2011 at 3:09 PM, Bartek Iwaszkiewicz bartek.iwaszkiew...@gmail.com wrote: Hi. I need advise which hosting server is the best. I mean good support, failure-free, supporting Rails 3, mysql or

Re: [Rails] TextMate vs EMACS vs RadRails

2011-04-22 Thread jason white
+1 for RubyMine by the way, it's on sale until this Sunday for 50% off On Fri, Apr 22, 2011 at 3:56 PM, Paul p...@nines.org wrote: This is a holy war that starts up about every other week on this list. You'll find people insisting that their favorite development environment is better than

Re: [Rails] My goodness why does RoR has to be so beginer unfrendly ?

2011-04-16 Thread Jason White
All of the others comments have been spot-on. I come from a .net background, and can understand your search for an IDE. I have tried most of the ones currently available, but enjoy rubymine the most. Yes it's going to cost you, but it's worth the money. On the other hand, I'm on the fence if

Re: [Rails] Rails Tutorials

2011-04-08 Thread jason white
which tutorials are you following? have you looked at the Git Hub knowledge base on howto install Git? http://help.github.com/mac-set-up-git/ Jason On Fri, Apr 8, 2011 at 10:48 AM, Benjamin Sherman benja...@practicesafepolicy.com wrote: Hi, I've begun watching the rails tutorials video,

Re: [Rails] Re: Rails 2 Question

2011-03-28 Thread jason white
I believe the command you are looking for is rake gems:install jason On Mon, Mar 28, 2011 at 2:01 PM, bertly_the_coder much...@gmail.com wrote: Thanks Alex. So are you saying that previous to Rails 3, there was no command that would install all the gems needed? I have install them one by

[Rails] production server on passenger - showing all items in public folder

2011-03-21 Thread jason white
I have an Ubuntu 10.10 server running Apache and Passenger on Linode. I am stumped on figuring out why all of the items in the public folder are being displayed instead of the site itself. the web site can be seen at http://turn2.co My virtual host file is configured like this: VirtualHost *:80

Re: [Rails] Re: production server on passenger - showing all items in public folder

2011-03-21 Thread jason white
the load module is on one line i'm assuming that Passenger is loading, but not 100% sure how to check. How can I pull up the log files? thanks, Jason On Mon, Mar 21, 2011 at 10:08 AM, Frederick Cheung frederick.che...@gmail.com wrote: On Mar 21, 1:43 pm, jason white jasonwhite...@gmail.com

Re: [Rails] Re: production server on passenger - showing all items in public folder

2011-03-21 Thread jason white
Jason, On Mon, Mar 21, 2011 at 10:17 AM, jason white jasonwhite...@gmail.com wrote: the load module is on one line i'm assuming that Passenger is loading, but not 100% sure how to check. How can I pull up the log files? Easiest way to see if Passenger is running is ps -eaf You should see

Re: [Rails] Re: production server on passenger - showing all items in public folder

2011-03-21 Thread jason white
I fat fingered that when I was typing the configuration. I have made the change, and restarted apache, and still get the error. Thanks, Jason On Mon, Mar 21, 2011 at 11:00 AM, Frederick Cheung frederick.che...@gmail.com wrote: On Mar 21, 1:43 pm, jason white jasonwhite...@gmail.com wrote

[Rails] Premature end of script headers

2011-03-21 Thread jason white
after moving my app to production, I am getting the following error in the apache error log. I am running on linode with apache and passenger. any help would be great, thanks, Jason [Tue Mar 22 00:18:04 2011] [error] [client 50.9.211.207] Premature end of script headers: [ pid=23638

Re: [Rails] Premature end of script headers

2011-03-21 Thread jason white
running with no errors in development mode http://173.255.204.86:3000 thanks, Jason On Mon, Mar 21, 2011 at 7:49 PM, Bryan Crossland bacrossl...@gmail.comwrote: On Mon, Mar 21, 2011 at 7:31 PM, jason white jasonwhite...@gmail.comwrote: [ pid=23865 thr=-609316648 file=utils.rb:176 time=2011

Re: [Rails] Premature end of script headers

2011-03-21 Thread jason white
seems to be working in production now http://turn2.co thanks, Jason On Mon, Mar 21, 2011 at 7:55 PM, jason white jasonwhite...@gmail.comwrote: running with no errors in development mode http://173.255.204.86:3000 thanks, Jason On Mon, Mar 21, 2011 at 7:49 PM, Bryan Crossland bacrossl

Re: [Rails] Ror'tutorial

2011-03-15 Thread jason white
railstutorial.org I believe he has both 2.3.8 and 3.0 available On Tue, Mar 15, 2011 at 10:12 AM, amritpal pathak amritpalpath...@gmail.com wrote: can anyone suggest me a good tutorial for rails(2.3.8)? Thanks. -- You received this message because you are subscribed to the Google Groups

Re: [Rails] netbeans6.0 + ruby on rails + mysql5

2011-03-11 Thread jason white
railstutorial.org railscast.com On Fri, Mar 11, 2011 at 9:53 PM, Er.SALIM MANDREKAR mandrekar.sa...@gmail.com wrote: hey hi everyone, after struggling a lot with MS SQL SERVER 2000 FINALLY IM NOW USING  netbeans6.0 + ruby on rails + mysql5.. can anyone provide me the best tutorials so that

Re: [Rails] Installing ROR on ubuntu 10.04

2011-02-26 Thread jason white
I use the ruby one line installer, and it works perfectly http://www.rubyinside.com/rails-ready-ruby-and-rails-on-ubuntu-in-one-line-4214.html -- jason white Sent with Sparrow On Saturday, February 26, 2011 at 7:54 PM, Mitin Rai wrote: Hi I have installed Ubuntu 10.04 on my lenova. Tried

Re: [Rails] Re: Which editor to use

2011-02-18 Thread jason white
+1 for RubyMine Like others have said, it really depends on personal preference. I'm coming from a .net environment, so and IDE is a bit more familiar for me. But I have also tried Komodo Edit, and TextMate, and have enjoyed using them both. Jason On Fri, Feb 18, 2011 at 1:32 PM, Paul

Re: [Rails] Rails: Developing on Win7?

2011-01-21 Thread jason white
I haven't had a chance to try this out, but it looks very promising. http://railsinstaller.org/ it was featured in an article on Ruby Inside http://www.rubyinside.com/rails-installer-ruby-and-rails-on-windows-in-a-single-install-4201.html On Fri, Jan 21, 2011 at 5:05 PM, David Kahn

Re: [Rails] Free web host

2010-12-05 Thread jason white
heroku On Sun, Dec 5, 2010 at 3:42 PM, Gerard Ramis li...@ruby-forum.com wrote: Im lookinf for a free ruby on rails webhost. If its simple to use,better. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails:

Re: [Rails] Re: Newbe: rails version issue

2010-10-18 Thread jason white
If you are going to develop in Rails3, I don't think Ruby 1.9.1 is compatible Jason On Mon, Oct 18, 2010 at 6:06 AM, Steve Mills li...@ruby-forum.com wrote: Hi Kevin. In the end I uninstalled Ruby 1.9.2 and installed version 1.9.1 and the problem went away. Kind Regards Steve --

Re: [Rails] Re: Is Ruby on Rails for beginner programmers?

2010-10-18 Thread jason white
virtual rails http://virtualrails.org/ running on virtualbox is a great way to start On Mon, Oct 18, 2010 at 10:25 PM, Dave Bush daveb...@gmail.com wrote: Maybe subjective but from both sides of the coin. You may find environment setup easier on your platform but you will run into more issues

Re: [Rails] Re: New to RoR, RoR Guides

2010-10-12 Thread jason white
http://railscasts.com http://peepcode.com http://pragprog.com/titles/rails4/agile-web-development-with-rails On Tue, Oct 12, 2010 at 12:18 PM, Nick Parkin li...@ruby-forum.com wrote: Anh Tang wrote in post #949571: http://railstutorial.org/ Thanks Anh :) Actually seen this one already, find

Re: [Rails] How do I mount virtual rails to Virtual Machine?

2010-09-12 Thread jason white
do you have virtual box installed? if you are using virtual box, all you need to do is download the virtual image from virtualrails.org, and mount the image as instructed on the virtual rails site. there is no need to install anything other than virtual box. Jason On Sun, Sep 12, 2010 at 5:37

Re: [Rails] Will a Quad-core i5 processor significantly speed up development on Linux or Mac?

2010-09-10 Thread jason white
the presentation can be found at http://confreaks.net/events/lsrc2010, but it's not available just yet. On Fri, Sep 10, 2010 at 7:56 AM, Jeffrey L. Taylor r...@abluz.dyndns.orgwrote: Quoting BlueHandTalking j...@whidbey.com: I am looking at getting a new Thinkpad with an i5 processor. I

Re: [Rails] How about the heroku

2010-09-05 Thread jason white
Welcome! Unfortunately in order to develop in Rails you will need to install it locally on your machine. There are a couple of options here. You can install all of the necessary files native to your machine, install a packaged development environment such as Ruby Stack from bitnami, or by

Re: [Rails] Newbie Rails Issue

2010-09-01 Thread jason white
that tutorial is based on Rails 2.1, which could be the cause of your issue. I would recommend railstutorial.org, to get you up and running with Rails 3 Jason On Wed, Sep 1, 2010 at 12:03 PM, Samuel Jackson li...@ruby-forum.comwrote: Hi People, Ultra noob here. I recently installed Ruby

Re: [Rails] Suggested books for the complete Noveice

2010-08-20 Thread jason white
I highly recommend the Ruby on Rails books by Pragmatic Publishers http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-editionalso take a look at http://guides.rubyonrails.org/ and

Re: [Rails] configure create database virtual rails

2010-08-19 Thread jason white
no need to configure anything, all the hard work has been done for you. take a look at railstutorial.org/book, that will get you started. mysql is already configured, you will just need to start the service, which is outlined on the virtual rails site. Cheers, Jason On Thu, Aug 19, 2010 at 5:43

Re: [Rails] STARTING MYSQL IN VIRTUAL RAILS QUESTION

2010-08-18 Thread jason white
Open a terminal, navigate to the /opt/rubystack-2.0-0 folder, and run sudo ./ctlscript.sh start On Wed, Aug 18, 2010 at 7:46 PM, Rich d elevenb4...@gmail.com wrote: I have virtual machine and virtual rails installed on my machine. I opened up a terminal to start the rubystack version of

Re: [Rails] Re: Help geting started

2010-08-13 Thread jason white
you can also take a look at this http://railstutorial.org/book http://railstutorial.org/bookas far as you environment being broken that's hard to tell without more information On Fri, Aug 13, 2010 at 5:21 AM, neigaard sneiga...@gmail.com wrote: Well, I am now reading

Re: [Rails] where can I get up to date instantrails ?

2010-08-09 Thread jason white
I don't believe InstantRails is being maintained anymore. You can look at BitNami's Ruby Stack, or VirtualRails(it runs as a VM) Jason On Mon, Aug 9, 2010 at 2:18 PM, Dani Dani li...@ruby-forum.com wrote: Hi, can someone please tell me where can I find up-to-date instantrails (with rails

Re: [Rails] rails 3 download - where ?

2010-08-03 Thread jason white
Ryan Bates from railscasts.com has an excellent screencast on this subject. The links you are looking for are on the page under resources. http://railscasts.com/episodes/225-upgrading-to-rails-3-part-1 On Tue, Aug 3, 2010 at 4:04 PM, Dani Dani li...@ruby-forum.com wrote: I'm trying to

Re: [Rails] Re: tutorials for virtual rails

2010-07-26 Thread jason white
i don't think you will find anything specific to Virtual Rails here are some of my favorites http://railscasts.com http://peepcode.com http://railstutorial.org http://pragprog.com Jason On Mon, Jul 26, 2010 at 8:07 PM, Rich d elevenb4...@gmail.com wrote: yeah i think i found some tutorials

[Rails] specify Rails version when creating a new application

2010-07-24 Thread jason white
I have been testing out Rails 3 beta4, but want to create a test application in Rails 2.3.8. So, i installed the Rails version that i wanted, sudo gem install rails -v=2.3.8. Now when i try to create my application, using rails myTestApp -v=2.3.8, I get the rails help screen. Looking over it, I

Re: [Rails] specify Rails version when creating a new application

2010-07-24 Thread jason white
unfortunately I get the same results On Jul 24, 2010, at 9:15 AM, Ashwin Mangale wrote: Try: rails _2.3.8_ app_name -Ashwin On Sat, Jul 24, 2010 at 19:25, jason white jasonwhite...@gmail.com wrote: I have been testing out Rails 3 beta4, but want to create a test application

Re: [Rails] software programs for virtual rails

2010-07-24 Thread jason white
you should be able to run this on Windows XP with no problems. you will need to decompress the .7 file to get the .vdi file which is the virtual hard disk. After that follow the directions on the Virtual Rails site, and you should be on your way. Jason On Jul 24, 2010, at 1:22 PM, Rich d

[Rails] YM4R/GM plug-in issue

2010-07-24 Thread jason white
i'm creating an store finder application with the YM4R/GM plug-in. When i run rake db:migrate i get the error below. is there something i need to move in order for this plug-in to work? Cheers, Jason jason-macbook:chapter2 munkie$ rake db:migrate (in

Re: [Rails] Re: software programs for virtual rails

2010-07-24 Thread jason white
:27 am, jason white jasonwhite...@gmail.com wrote: you should be able to run this on Windows XP with no problems. you will need to decompress the .7 file to get the .vdi file which is the virtual hard disk. After that follow the directions on the Virtual Rails site, and you should be on your

Re: [Rails] Re: specify Rails version when creating a new application

2010-07-24 Thread jason white
with it down the road. It appears you already have RVM installed, so it should be simple to get started. Check out the docs at http://rvm.beginrescueend.com/gemsets/. Good luck! Joe On Jul 24, 9:55 am, jason white jasonwhite...@gmail.com wrote: I have been testing out Rails 3 beta4, but want

Re: [Rails] Re: software programs for virtual rails

2010-07-24 Thread jason white
, jason white jasonwhite...@gmail.com wrote: you don't need your Windows XP disk. plus i don't think Virtual Box will run on Windows 98 On Jul 24, 2010, at 1:40 PM, Rich d wrote: well the problem is i cant find my windows xp disc ... i have windows 98 can i run it on 98

Re: [Rails] Re: software programs for virtual rails

2010-07-24 Thread jason white
... i think this is where im stuck because i need to find something to extract the vdi file On Jul 24, 1:02 pm, jason white jasonwhite...@gmail.com wrote: just follow the instructions herehttp://virtualrails.org/node/3 all you have to do is unpack the .7 file, install virtual box, create

Re: [Rails] Re: software programs for virtual rails

2010-07-24 Thread jason white
you so much. im sure its not a big deal to you but im excited im one step closer to learning rails and developing websites...thanx again...im gonna hit the tutorials now On Jul 24, 1:21 pm, jason white jasonwhite...@gmail.com wrote: i use 7 zip to extract the fileshttp://www.7-zip.org

Re: [Rails] Re: how do i open virtual rails with vdi file extension?

2010-07-22 Thread jason white
Virtual Box is what you need, follow the directions on the virtual rails site, and you will be up and running in no time. Jason On Jul 22, 2010, at 8:50 PM, Rich d wrote: i downloaded the oracle vm virtual box a while ago can i use that to open it or just use the VM Ware player? On Jul

Re: [Rails] Re: installing ruby on rails

2010-07-20 Thread jason white
you may want to look into using the Ruby Stack provided by BitNami, it simplifies the process when you are just starting out. Jason On Tue, Jul 20, 2010 at 4:26 PM, Rich d elevenb4...@gmail.com wrote: i am running windows vista and am working on the download of ruby and rails..so heres

[Rails] Ruby on Rails - Google Maps book

2010-07-20 Thread jason white
I'm looking at creating an application utilizing ROR and the Google Maps API. I came across this book Beginning Google Maps Applications with Rails and Ajax: From Novice to Professionalhttp://www.amazon.com/exec/obidos/ASIN/1590597877/geo0f-20. Would this title be to far out of date to even be

Re: [Rails] Re: Git on MAC OS X

2010-07-19 Thread jason white
+1 for homebrew On Mon, Jul 19, 2010 at 9:58 AM, Marnen Laibow-Koser li...@ruby-forum.comwrote: Abder-Rahman Ali wrote: I know that this question may not be here, but think that most of you using RoR deal with Git. I run a MAC OS X 10.5.8, and want to install Git running on my machine.

Re: [Rails] Re: Newbie question - VirtualRails

2010-07-06 Thread jason white
i've been using virtual rails for about 10 days, and it's been a easy way to jump back into Rails development. Only thing that confused me in the beginning was the keyboard layout defaulted to French. no big deal, just a few minutes of work. Otherwise it's a great setup, and I really appreciate

Re: [Rails] Good Linux Distro for Rails 3?

2010-07-03 Thread jason white
I have started using he distro from http://virtualrails.org/, has everything ready to go. Jason On Jul 1, 2010, at 3:36 PM, Nick Hird wrote: This may be the wrong place for this question but i am not sure where to go. What is a good linux distro to get started with rails 3? I have given

Re: [Rails] Re: SQLServer on Rails

2010-05-18 Thread jason white
this may help http://www.codecapers.com/post/A-Ruby-on-Rails-Tutorial-for-NET-Developers.aspx Jason On 5/18/2010 08:46, Simon Krollpfeifer wrote: Clark Snowdall wrote: It seems my message got cut off. What I wanted to include was the error log from when I accessed

Re: [Rails] Re: Need help getting environment setup

2010-05-05 Thread Jason White
I used the setup guide at http://www.robbyonrails.com/articles/2010/02/08/installing-ruby-on-rails-passenger-postgresql-mysql-oh-my-zsh-on-snow-leopard-fourth-edition It got me up and running, maybe you can find a missing step. Sent from my iPhone On May 5, 2010, at 10:37 AM, Anthony Deaver

Re: [Rails] cant run rake on hostmonster

2010-04-29 Thread Jason White
Sounds like they don't have your SSH account setup correctly Sent from my iPhone On Apr 29, 2010, at 6:08 PM, nirosh kunalan.kand...@gmail.com wrote: hi i have setup my rails env on hostmonster but i cant run rake task.error is populated when try to run that the error is Access denied for

Re: [Rails] Anyone knows of a opensource dating app ?

2010-04-12 Thread jason white
On 4/12/2010 8:05 AM, rubybox wrote: Anyone knows of a opensource dating app for ruby on rails or anything that can be formed into it? Anyone knows of one? this may get you going in the right direction http://lovdbyless.com/ http://www.opensourcerails.com/projects?q=socialx=5y=8

[Rails] Re: CMS in Rails

2009-07-29 Thread jason white
browser cms is very nice browsercms.org jason On Wed, Jul 29, 2009 at 7:01 AM, Prathiba Danthanarayana rails-mailing-l...@andreas-s.net wrote: Prathiba Danthanarayana wrote: Prathiba Danthanarayana wrote: i have got to do a RD for CMS in rails. so can someone tell me what is the

[Rails] Re: problem with blog demo app

2009-01-15 Thread jason white
try running rake db:migrate I think the problem is you are using a period instead of a colon Jason On Thu, Jan 15, 2009 at 11:25 AM, technology t...@jandernet.com wrote: http://guides.rubyonrails.org/getting_started_with_rails.html The command rake db.create shown in section 6.1. Running a

[Rails] Re: newbie question

2009-01-13 Thread jason white
what happens if you point to http://localhost:3000 Jason On Mon, Jan 12, 2009 at 5:12 PM, technology t...@jandernet.com wrote: I'm on OS X 10.5.6 and am trying to run the blog demo app at http://guides.rubyonrails.org/getting_started_with_rails.html . (I have installed rails 2.2) But

[Rails] Re: Help with deploying my app!

2009-01-13 Thread jason white
what errors are in the production log? Jason On Tue, Jan 13, 2009 at 12:13 PM, Dr_Gavin dr_ga...@hotmail.com wrote: Thanks Craig I didn't actually realise there was a deployment group. I've managed to get the app running on the server now. In my routes.rb I have set map.root to my

[Rails] Re: Help with deploying my app!

2009-01-13 Thread jason white
) Not sure if this offers any useful info? On 13 Jan, 18:17, jason white stonesoupandboiledfr...@gmail.com wrote: what errors are in the production log? Jason On Tue, Jan 13, 2009 at 12:13 PM, Dr_Gavin dr_ga...@hotmail.com wrote: Thanks Craig I didn't actually realise

[Rails] Re: Installing Ruby on Rails

2009-01-08 Thread jason white
Windows, Mac, Linux? some resources www.learningrails.com www.railscast.com www.envycast.com www.railsinside.com there are quite a few more, but i know those off the top. Jason On Thu, Jan 8, 2009 at 7:53 PM, Johny ben rails-mailing-l...@andreas-s.netwrote: crazy canuck wrote: I am

[Rails] error with production setup on Linode

2009-01-05 Thread jason white
Hello All,I have gotten my VPS setup on linode, and now i'm in the process of getting a rails app running. I was able to get Spree (spreehq.com) running with very little effort. Now i'm trying to do the same with Radiant CMS, but i keep getting this error when i browse to the home

[Rails] Re: RoR IDE

2008-12-20 Thread jason white
I am between NetBeans and RubyMine http://www.jetbrains.com/ruby/index.html it really depends on what you want and need. On Sat, Dec 20, 2008 at 10:17 AM, Marnen Laibow-Koser mar...@marnen.orgwrote: On Dec 20, 10:38 am, Schalk Neethling volume4.sch...@gmail.com wrote: [...] I would love

[Rails] Re: Issues With New Site

2008-12-19 Thread jason white
take a look at learningrails.com they have some excellent videos on creating an app with the login functionality Ryan Bates also has great screencasts on almost every topic to get you up and running railscasts.com jason On Fri, Dec 19, 2008 at 12:06 PM, Rob Pa

[Rails] Host configuration questions

2008-12-17 Thread jason white
Hello All, I have gotten through installing Ruby, Rails, and Passenger with all of your help. I'm configuring the host, and keep getting hung up on the details. i have edited the /etc/apache2/apache2.conf and added the following: LoadModule passenger_module

[Rails] error when installing rails on new linode instance

2008-12-16 Thread jason white
Hello All, I have just created a new install of Ubuntu 8.10, and have proceeded to install all of the necessary packages for Ruby on Rails. I installed ruby, gems, and rails, but when i run rails -v, i get the following error: r...@li41-22:~# rails -v -bash: rails: command not found any

[Rails] installing RubyMine on Ubuntu 8.10

2008-11-13 Thread jason white
I'm having trouble installing RubyMine on my Ubuntu 8.10 desktop I unpacked the file: [EMAIL PROTECTED]:~/Desktop$ sudo tar -xzvf rubymine435.tar.gz change to the new directory, then to the bin directory start the installer: sudo ./rubymine.sh then i get this error: ERROR: cannot start

[Rails] Re: TextMate Bundle using Gedit

2008-10-18 Thread jason white
thank you all for your responses. i will have to give Gmate a try. I have an old iBook G3 (it's 8 years old) and still works. I've been thinking of buying a new macbook, but still haven't decided if i want to spend the money just to use TextMate. I really like the new Mac's, but it comes with a

[Rails] TextMate Bundle using Gedit

2008-10-17 Thread jason white
Hello All,is it possible to use a textmate bundle in Gedit? I'm using Ubuntu 8.04 at the moment. thanks, Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group,

[Rails] Error when trying to setup Heroku to edit locally

2008-10-10 Thread jason white
Hello All, Heroku seems to be a great application, and i'm excited about using it, but I am having a problem though, and i can't seem to find any resolution. I am using Win XP SP2 here is the error message: [EMAIL PROTECTED] ~/My Documents/Development $ git clone [EMAIL

[Rails] Re: RoR IDE - which one do you use?

2008-09-19 Thread jason white
this has been a topic of constant discussion. if you do a search on railsforum.com you will find all of the past discussions. I have been playing around with Ruby on Rails for about a year, and just started to really get serious about making a switch from .net/c#. i have tried just about every

[Rails] Re: I wanna do a project on RoR

2008-09-18 Thread jason white
Hello Svend, would you be willing to explain how you set up the flash cards? thank you, Jason On Thu, Sep 18, 2008 at 2:30 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote: The best way to learn is to do. Find something you lack, something that can make your day easyer. Then create that