Displaying 20 results from an estimated 100000 matches similar to: "from localhost to a remote server"
2006 Aug 03
8
beginning a statistics application
Hi all,
I need to write an application that gets data from a database and plots
it on a graph.
I am familiar with java and know that I could do it with jfreechart -
however I am excited by RoR and would like to write the application with
RoR instead.
Is it possible to write it in RoR?
Chris
--
Posted via http://www.ruby-forum.com/.
2009 Mar 16
15
DEV Laptop : Ubuntu or Centos , Netbeans or Eclipse ?
After doing some playing around RoR ,now is time to make it real and
start making money..
The target for now is to make simple website and get used to new
tecnology
(Github , capistrano and so on)
Now I need to install the new DEV machine but ....
Ubuntu (deb) or Centos (rpm)
Netbeans or Eclipse
Which combination is better ?
--
Posted via http://www.ruby-forum.com/.
2007 Oct 20
4
deploying with capistrano - web site responds much faster
Hi,
just out of curiosity: I have a RoR website, and till now I used to
deploy it by hand. Now I''ve deployed it automatically, and after this
the web site response is much faster. I don''t know if capistrano did
something else too, though the speed of how the site runs has
increased a lot.
there is another thing though: I''m using a shared account on
textdrive, and there
2006 Sep 19
9
RoR with apache2 on SuSE
Hi,
I have an application completed that was built with RoR on windows. So
this of course was tested with the webbrick server. I now want to put
the project on our apache web server for production. I am having a very
hard time getting this accomplished. I followed some of the steps here
(because not all of them worked):
2009 May 24
3
index.erb vs rhtml
I am a total Ruby/RoR n00b having just started reading the ''Ruby on
Rails Bible'' book two days ago. I''ve been trying to work out through
the introductory ''Your first ruby on rails application'' section, but
I''ve run into problems already!
The book goes on about creating the view templates and naming them
with the *.html.erb extension, but I get
2008 Sep 15
2
Can't get script/server (or any script to work) in beginning ROR installation
I have been following the instructions found in Apple''s Developer
Guide to developing ROR with Leopard found here:
http://developer.apple.com/tools/developonrailsleopard.html
I''ve gotten to the point where I''m supposed to execute "script/
server" (specifically, from the XCode run menu, but I get the same
error doing it from the console)...the result should be
2007 Jan 12
1
capistrano setup bails with RegexpErr on show_tasks
I am new to RoR, but I have had RoR running with Capistrano on a
different box. However I''m installing a fresh copy now and am finding
constant regex errors from the standard.rb file while attempting to
"show_tasks". As this is a new installation, everything is up-to-date.
Here''s the environment:
FreeBSD 6.2-RC2
ruby 1.8.5
gem 0.9.0
rake 0.7.1
net-ssh 1.0.10, 1.0.9
2007 Apr 06
4
using Ruby as a front end for a trading system
Hi All,
needed some direction for a newbie to RoR. I have done work in Java,
.net and perl, and really prefer perl and java over .net, now we are we
are looking to start building a financial trading application, most of
the team wants to go with .net while I am trying to build the case with
Ruby. Some of our classes have been developed in delphi7. Would I be
able to use RoR on the front end of
2007 Apr 18
2
Datagrid with dhtmlxGrid
Hello i am trying to replace a desktop invoice system to a RoR sytem.
The system just use the keyboard, i mean all is codebar, and enter,
enter, enter....so on :P, well the thing is that i have been trying a
lot of ways, but i haven''t get any exit.
The way i am getting more close of what i want is with the dhtmlxGrid,
but hte problems is how i integrate this widget with the
2006 Nov 27
5
What do you think about commercial applications for Rails?
Hello all,
I''m a RoR fan. I''ve read some RoR books, and I''m starting to use RoR for
commercial proyects.
As I use RoR more and more, I think about inexistent tools that would be
great to have when developing applications in RoR. For example: an IDE
with more features than RadRails. So then I think "hey! you could
produce one of these tools".
Some of these
2007 Oct 03
6
problem with database.yml
Hi all! I am completely new to RoR and I have runned into a problem. I
have followed an online course for RoR on Lynda.com and everything has
worked out well until I should change to database.yml file.
Instead of the tutors text "host: localhost" I get "socket: /tmp/
mysql.sock" in development enviroment
I thought I would give it a try to continue anyway but when I later
try
2008 Jun 23
12
From Instant Rails 2.0 to Rails 2.1.0
hi,
I have installed Instant Rails 2.0 on my machine which comes with
Rails 2.0.2. Now I want to update my Rails to version 2.1.0. So I do
gem update rails and It seems to be fine. But when I check the version
of my Rails I get the following message:
>rails -v
C:/RoR/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in
`report_activate_error'': RubyGem version error: activesupport(2.0.2
not
2008 Mar 06
2
Radiant CMS
Hi,
Could Please tell me how can we use radiant CMS in our application. Is
this radiant cms is famous for ROR? Is there any other way to create CMS
ror application.
Thank you,
srinivas rao.pala
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Aug 06
1
Deploying from local machine to remote host using capistrano?
Hi,
I would like to deploy a RoR application from my local machine to a remote
host.
Looks like the capistrano assumes that you are using an internet accessible
host for the SVN repository and doesn''t checkout files using file:///!
Did I miss some configuration?
How do other people handle their application deployment from your local
machine?
Thanks for your feedback.
Regards, Hari
2006 Sep 30
3
Domain setup w/ RoR & Plesk
Hi all. I have Rails installed on a dedicated virtual server that''s
running Plesk.
I''ve been told by my hosting service that removing or altering Plesk''s
default domain root folder (httpdocs) is likely to muck things up.
So what''s my best option for setting up rails apps, given that I can''t
create them as the domain root?
2007 May 19
3
Capistrano installation error--Zlib buffer error
I''m trying to install Capistrano. When I run gem install Capistrano
--include-dependencies, I get the following error:
ERROR: While executing gem ... (Zlib::BufError)
buffer error
Anyone got any ideas what''s causing this and how I can fix it? I''d
really like to use Capistrano to deploy my rails app, but I need to
install it first....
Thanks,
Myron
--
Posted
2006 Dec 01
1
Starting...
Hi all! I am new in RoR and I am with a doubt that can be stupid but I
thank any aid. I am with a server and necessary to publish a RoR
application, it was accustomed with php that public_html was necessary
only to place the archives in the folder but in RoR I do not make nor
idea. The staff who installed the RoR for me there ordered me log so
that he can know oq was installed, lacks some thing?
2006 Oct 01
9
How to create a very simple form
Hi all,
I would like to create a very simple form with RoR similar to this one
in ASP.Net:
http://quickstarts.asp.net/QuickStartv20/aspnet/samples/ctrlref/standard/TextBox/TextBox1_vb.aspx
I my RoR project I want to add a Greeter class like this one:
class Greeter
def initialize(name = "World")
@name = name
end
def say_hi
puts "Hi #{@name}!"
end
def
2009 Feb 05
1
Need the activerecord-sqlserver-adapter but...
Hi... I am new to RoR development, and Web development in general (but
have about 25 years of IT/software experience - just not in the Web
area)... I have a really good RoR 2.X book that I have read and reread a
few times and starting to try to apply what I read... Have a Web app
that I need to write at work, and prove to folks that RoR is THE_WAY,
despite their ASP .NET protests otherwise...
So,
2007 Oct 22
4
HOW TO REBUILD DATABASE WITH CAPISTRANO
I''ve deployed an application using Capistrano.
But on my local machine I edited one of the earlier migrations. I''ve
tried "cap deploy_with_migrations", but it looks like it didn''t rebuild
the database.
How can I do the equivalent of this using Capistrano?
"rake db:migrate VERSION=0"
"rake db:migrate"
--
Posted via