[Rails] Re: How do you deploy RoR? Newb alert!

2010-07-01 Thread Ali Imran
no i am talking about github .. remote repository,, because lot of tutorials i go through are pointing towards this... On Jul 1, 5:32 pm, Hassan Schroeder wrote: > On Thu, Jul 1, 2010 at 3:54 PM, Ali Imran wrote: > > I looked for the way to use any thing else other than GIT, because

[Rails] Re: How do you deploy RoR? Newb alert!

2010-07-01 Thread Ali Imran
I am also new on Rails, This thread is very helpful. I also started development from windows but when i reached at the point of passenger, than I moved to Linux Ubuntu. I start working with godaddy hosting, but face some problems than i move to site5.com and successfully upload my first demo proje

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-07-01 Thread Ali Imran
Yes of course On Jun 22, 11:35 pm, Ali Imran wrote: > Do Now I need to install Ruby on rails on my virtual machine.. > > On Jun 22, 11:09 pm, Ali Imran wrote: > > > here is how... > > >http://www.pendrivelinux.com/running-linux-from-within-windows-virtua...

[Rails] Re: GIT: How to upload Rails project using GIT

2010-07-01 Thread Ali Imran
Yes you are right, thanks On Jun 30, 3:51 pm, Robert Walker wrote: > Ali Imran wrote: > > i look at the apache config and i set the globaluser name for git but > > it did not work > > I think you've gone completely off-topic at this point. You really need > to ta

[Rails] Re: GIT: How to upload Rails project using GIT

2010-06-30 Thread Ali Imran
Yes i did the same thing through out i have apache2 on ubuntu when i run git push origin master instead of myss...@256.256.256.256 it took me to for password a...@256.256.256.256 here i am stuck i look at the apache config and i set the globaluser name for git but it did not work On Jun

[Rails] GIT: How to upload Rails project using GIT

2010-06-30 Thread Ali Imran
I installed - gem install git - sudo apt-get install git-core - cd to folder where my application "demo" is - /home/ruby/ - git init - git status - git add . - git commit -m "First V" - git config --global user.name "Ali Imran" - git config --global user.email "

[Rails] Re: deploy: First Rails App to shared server

2010-06-30 Thread Ali Imran
ou have installed on your > host, and deploy. > > Or "gem install -v=2.2.3 rails" on your server and hope for the > best. :) > > good luck, > > Lake > > On Jun 29, 12:43 am, Ali Imran wrote: > > > I follow all the steps and got this error > > >

[Rails] FTP: which FTP is best for Ubuntu to upload rails project

2010-06-29 Thread Ali Imran
I am trying to upload the constants to my shared server but built in FTP in Ubuntu is not working -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from

[Rails] Passenger: configuration problem

2010-06-29 Thread Ali Imran
I follow the steps to install passenger , I installed it in the same way, I copy the contents on the same location it asked to do, when i run passenger-install-nginx-module I copy paste the contants in apache.conf which includes Loadmodule PassengerRoot PassengerRuby I am having a problem h

[Rails] Re: deploy: First Rails App to shared server

2010-06-28 Thread Ali Imran
... you don't have or if the info is a > bit outdate, be following things strictly, try to adapt the tutorial > to what you need. Let me know if the tutorial doesn't do it for you > still. > > - V > > On Jun 28, 4:34 pm, Ali Imran wrote: > > > > > than

[Rails] Re: deploy: First Rails App to shared server

2010-06-28 Thread Ali Imran
urce :) -- then you just ssh again and unix > "touch" it and bam the server restarts.... you might not want this > file to be in the www folder either ;) > > Good luck, > > - V > > On Jun 26, 11:28 pm, Ali Imran wrote: > > > I install locally apache2.. &

[Rails] Re: deploy: First Rails App to shared server

2010-06-28 Thread Ali Imran
00,3001,3002, based on your mongrel_cluster > configuration. once you run that server locally or by using pid in (linux) > machine. Then run the appache server. If every thing wil fine from apache > you will talk to your rails application. > > > > On Sun, Jun 27, 2010 at 8:58 AM

[Rails] Re: deploy: First Rails App to shared server

2010-06-28 Thread Ali Imran
Which settings i need to change On Jun 27, 7:57 am, Mark Kremer wrote: > If they're standard shared host hosting accounts you won't be able to > change the Apache configuration as you desire, you'll need to ask the > hosting company to do it for you. -- You received this message because you a

[Rails] Deploy: Steps to use Passenger

2010-06-28 Thread Ali Imran
My application name is "demo"... I developed it on Ubuntu. I have installed Passenger and all settings are fine. Please help me to which files need to modified and how to FTP my project. I am using site5.com basic hosting. -- You received this message because you are subscribed to the Google Gr

[Rails] Error: while uploading ruby project

2010-06-27 Thread Ali Imran
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_fcgid/2.3.5 Phusion_Passenger/2.2.11 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at mydomainname.com Port 80 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: T

[Rails] Re: deploy: First Rails App to shared server

2010-06-26 Thread Ali Imran
deployed application on apache server? is that is running locally? > > > > > > On Sat, Jun 26, 2010 at 3:37 AM, Ali Imran wrote: > > I installed > > > ruby: 1.8.7 > > rails: 2.3.8 > > gems:  1.3.5 > > > on the Ubuntu with passenger  2.2.15 > > >

[Rails] Re: deploy: First Rails App to shared server

2010-06-26 Thread Ali Imran
p yourself (when > choosing a VPS provider you''ll need to be prepared to maintain all the > software on the VPS yourself though). > > I hope this helps :) > > On 26-6-2010 0:07, Ali Imran wrote: > > > > > I installed > > > ruby: 1.8.7 > &g

[Rails] deploy: First Rails App to shared server

2010-06-25 Thread Ali Imran
I installed ruby: 1.8.7 rails: 2.3.8 gems: 1.3.5 on the Ubuntu with passenger 2.2.15 now i create the first demo application, i create a folder on home "ruby"->"demo" than i created a sites-available udo nano /etc/apache2/sites-available/demo ServerName mydomain.com ServerAlias www.mydom

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-24 Thread Ali Imran
No i did not face this problem with Ubuntu, That is running normaly on my all machines, i.e desktops and laptops.. On Jun 24, 4:05 pm, Jerome Fillioux wrote: > Ali Imran wrote: > > Buddy, you did the great job, > > > Yes I tried all possible key board support in Ubuntu. It d

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-24 Thread Ali Imran
There is only one version to download. On Jun 24, 3:58 pm, Ali Imran wrote: > Buddy, you did the great job, > > Yes I tried all possible key board support in Ubuntu. It did not work, > I also did not try 1.1. > > I will download it and try it on my machines will let you kn

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-24 Thread Ali Imran
Buddy, you did the great job, Yes I tried all possible key board support in Ubuntu. It did not work, I also did not try 1.1. I will download it and try it on my machines will let you know about my that experience too. Thanks, On Jun 24, 3:55 pm, Jerome Fillioux wrote: > Ali Imran wr

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-24 Thread Ali Imran
Thanks for the reply: I install it on my laptop, and key board is not supporting ... Its HP machine.. Thanks On Jun 24, 3:34 pm, Jerome Fillioux wrote: > Ali Imran wrote: > > I installed It , Can you please help me how to setup the Ruby on rails > > over this virtual machine

[Rails] Re: VirtualRails : The FREE Ruby on Rails virtual development platform

2010-06-24 Thread Ali Imran
Yes i download this ,, installation works fine ,, but keyboard was not working well ... I press something and get something else is there any solution for this... On Jun 24, 5:13 am, Lecky wrote: > Nice, support + 1~ > > On Jun 24, 7:27 am, Jerome Fillioux wrote: > > > the new virtualrail

[Rails] Development: How to setup Virtual Machine for Rails

2010-06-24 Thread Ali Imran
I am working on windows xp I install Virtual machine How... http://www.pendrivelinux.com/running-linux-from-within-windows-virtua... ISO...(i install Ubuntu) http://www.linuxlookup.com/linux_iso Virtualbox... http://www.virtualbox.org/wiki/Downloads Than I install ruby, gem, rails - $ rub

[Rails] Re: Error: Trying to install passenger-install-apache2-module

2010-06-24 Thread Ali Imran
lem with nothing more than > "E: could'nt find the package passenger-install-apache2-module" > It's kind of difficult, isn't it? > > 2010/6/24 Ali Imran > > > > > i am trying to install > > > passenger-install-apache2-module > > >

[Rails] Re: Error: Trying to install passenger-install-apache2-module

2010-06-24 Thread Ali Imran
problem solved: http://www.postal-code.com/binarycode/2008/05/21/installing-passenger-mod_rails-command-not-found/ On Jun 24, 2:23 pm, Ali Imran wrote: > i am trying to install > > passenger-install-apache2-module > > but it is giving me the error. > > E: could'nt

[Rails] Error: Trying to install passenger-install-apache2-module

2010-06-24 Thread Ali Imran
i am trying to install passenger-install-apache2-module but it is giving me the error. E: could'nt find the package passenger-install-apache2-module Please help me over this. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to

[Rails] Re: Installation: How to install phpMyAdmin on Ubuntu

2010-06-24 Thread Ali Imran
Thanks for the reply. Do you have any link to learn more about this. On Jun 24, 8:51 am, Hassan Schroeder wrote: > On Thu, Jun 24, 2010 at 7:42 AM, Ali Imran wrote: > > I am working on a virtual machine with Ubuntu. Please if someone know > > how to install it over here

[Rails] Installation: How to install phpMyAdmin on Ubuntu

2010-06-24 Thread Ali Imran
I am working on a virtual machine with Ubuntu. Please if someone know how to install it over here -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from

[Rails] Re: PHP to RoR: What is equal of insert in RoR

2010-06-24 Thread Ali Imran
Thanks buddy, This is great help for just starter. I spend a lot of time on just to understand this MVC. You are right this is a big difference between PHP and ROR. On Jun 24, 8:01 am, Robert Walker wrote: > Ali Imran wrote: > > <% > > > @obj= params[:category] >

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-23 Thread Ali Imran
I found this and use this method to install ruby on rails on virtual box http://panthersoftware.com/articles/view/6/ruby-on-rails-development-on-ubuntu-9-04-jaunty-using-ruby-1-8-6 On Jun 23, 8:28 am, Ali Imran wrote: > I installed It , Can you please help me how to setup the Ruby on ra

[Rails] Re: PHP to RoR: What is equal of insert in RoR

2010-06-23 Thread Ali Imran
iews. > > Go through the tutorials first. > > We can not teach you basics here. > > On 23 June 2010 18:59, Ali Imran wrote: > > > > > There is no relationship between models. but i only have one > > controller and trying to control two models with it > >

[Rails] Re: PHP to RoR: What is equal of insert in RoR

2010-06-23 Thread Ali Imran
There is no relationship between models. but i only have one controller and trying to control two models with it it is possible.. On Jun 23, 11:56 am, Fernando Brito wrote: > Hm, why are you using <% %>? Is this code in your viewer? > Do you have a column "catid" for your model Category? > > Co

[Rails] Re: PHP to RoR: What is equal of insert in RoR

2010-06-23 Thread Ali Imran
emp.new(:name=>"amala", :website=>"http://www.tamil.net";, :email=>"a...@b.com > ").save > > The fantastic feature of ROR is, mostly you dont need to know SQL query > language, or > you dont need to apply another Query language syntax. > > T

[Rails] PHP to RoR: What is equal of insert in RoR

2010-06-23 Thread Ali Imran
In PHP from form we get values in POST OR GET than I use mysql_query(insert_value) what is its equal in ROR -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To uns

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-23 Thread Ali Imran
I installed It , Can you please help me how to setup the Ruby on rails over this virtual machine.? Thanks.. On Jun 22, 6:46 am, Ar Chron wrote: > Ali Imran wrote: > > I am trying from a week to deploy my application. Please help me how > > to do this. > > > Thanks >

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
Do Now I need to install Ruby on rails on my virtual machine.. On Jun 22, 11:09 pm, Ali Imran wrote: > here is how... > > http://www.pendrivelinux.com/running-linux-from-within-windows-virtua... > > here is iso > > http://www.linuxlookup.com/linux_iso > > t

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
here is how... http://www.pendrivelinux.com/running-linux-from-within-windows-virtually/ here is iso http://www.linuxlookup.com/linux_iso this is virtual box http://www.virtualbox.org/wiki/Downloads On Jun 22, 11:01 pm, Ali Imran wrote: > I found it here > > http://www.pendrive

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
I found it here http://www.pendrivelinux.com/running-linux-from-within-windows-virtually/ On Jun 22, 10:11 pm, Ali Imran wrote: > Please if some one tell me how to setup the virtual machine on windows > PC,.. > > Thanks... > > On Jun 22, 5:59 pm, Marnen Laibow-Koser wr

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
Please if some one tell me how to setup the virtual machine on windows PC,.. Thanks... On Jun 22, 5:59 pm, Marnen Laibow-Koser wrote: > Ali Imran wrote: > > Thanks... > > it says > > > "Phusion Passenger works on any POSIX-compliant operating system. In >

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
Thanks... it says "Phusion Passenger works on any POSIX-compliant operating system. In other words: practically any operating system on earth, except Microsoft Windows" so it is not possible to install on windows ... On Jun 22, 4:32 pm, Marnen Laibow-Koser wrote: > Ali Imran wrot

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
Buddy Thanks for reply.. On Jun 22, 6:46 am, Ar Chron wrote: > Ali Imran wrote: > > I am trying from a week todeploymy application. Please help me how > > to do this. > > > Thanks > > To save yourself tons of potential future grief, try setting up a VM on > your

[Rails] Re: Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
ms/1.9.1/gems/fastthread-1.0.7/ ext/fastt hread/gem_make.out C:\> On Jun 22, 4:13 am, Frederick Cheung wrote: > On Jun 21, 11:49 pm, Ali Imran wrote:> I am trying > from a week todeploymy application. Please help me how > > to do this. > > What's not working? Wh

[Rails] Deploy: Developing on Windows Deploying on Linux hosting

2010-06-22 Thread Ali Imran
I am trying from a week to deploy my application. Please help me how to do this. Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this grou