Displaying 20 results from an estimated 2000 matches similar to: "How are you hosting your Rails application?"
2005 Mar 01
4
PostgreSQL Schema and Rails
Hey all,
I am curious about how Rails interacts with SCHEMAs in PostgreSQL. From
the generate command, is it possible to setup a scaffold for a table not
in the public. schema in PostgreSQL?
As a test, I tried, 
./script/generate scaffold Manage.Form Manage.Form
No dice.
Any suggestions?
-Robby
-- 
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON
2005 Apr 01
1
wiki down?
Getting:
Bad Gateway
The proxy server received an invalid response from an upstream server.
Do we have any mirrors of the sites? Might be something to consider in
the future as Rails get even more popular. :-)
*can offer some hosting for mirroring*
Cheers,
-Robby
-- 
/***************************************
* Robby Russell | Owner.Developer.Geek
* PLANET ARGON  | www.planetargon.com
*
2007 Sep 04
0
Boxcar now available!
Hey all!
I''ll keep this short as I know that you''re all probably just as busy as 
we''ve all been.
We (PLANET ARGON) are excited to announce that Boxcar, our new hosting 
solution for Ruby on Rails, is now open to the public. We''ve been 
quietly making announcements to our existing customers, announcement 
lists, and finally our company blog(s).
Read the
2006 Feb 04
0
[ANNOUNCE] Argon Express - Portland to RailsConf 2006!
Who wants to spend 46 hours on Rails with us?
http://www.theargonexpress.com/
:-)
Cheers,
-Robby
-- 
/**************************************************************
* Robby Russell, Founder & Executive Director                 *
* PLANET ARGON, LLC | www.planetargon.com                     *
* Ruby on Rails Development, Consulting, and Hosting          *
* Portland, Oregon  | p:
2006 Feb 08
0
Rails on Sybase?
Hey all!
Has anyone had much luck with Sybase+Rails? If you have, please email me
off-list... I''d like to poke your brain a little.  :-)
Only information that I have found so far is:
http://wiki.rubyonrails.org/rails/pages/SybaseASA
Thanks!
-Robby
-- 
/**************************************************************
* Robby Russell, Founder & Executive Director                 *
2005 Dec 28
5
Shared Hosting Rails Sites ?
I can''t decide between a2hosting.com, successfulhosting.com, site5.com (which offers 11gb
of disk space for $8.77/month -- I''ll never use it), planetargon.com (which offers 1 gb
for $11/month), or railsplayground.com (which offers a gigabyte practically for free).
Any experiences  you''d like to share?
 
Only a2 and planetargon list their gems on their web sites.
 
All of
2009 Feb 26
2
rails spell check
Is ruby on rails supports aspell spell check ?
Is there any links for spell check for rails application ?
All links I gone through are discussing about php  but not ruby on
rails?
Plzzzzzzzzzz give me reply ....
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2006 Mar 25
1
Re: Rails Digest, Vol 18, Issue 656
Here''s an alternative in-depth treatment on setting upo rails on Debian
(Ubuntu, Kubuntu, ... ), may be interesting to follow through in more detail
for some:
The Perfect Rails/debian/lighttpd Stack... (
http://brainspl.at/pages/perfect_vps )
Victor Kane
http://awebfactory.com.ar
On 3/25/06, rails-request@lists.rubyonrails.org <
rails-request@lists.rubyonrails.org> wrote:
>
2008 Oct 06
2
textilize with --- (3 dashes) removes text
Hi,
using --- (3 dashes) at the end of a string that is textilized,
results in a single hr tag without any text. This seems weird to me.
Am I overlooking something?
>> av = ActionView::Base.new
>> av.textilize("sometext ---")
=> "<hr />"
Cheers,
Jan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2006 Jul 01
3
Where to solicit bids on RoR project?
Where is the best place to solicit bids on a mid-size web app? (budget 
~$15,000)   What is the appropriate protocol for posting RoR RFPs? 
Thanks!
Taylor
-- 
Posted via http://www.ruby-forum.com/.
2009 Feb 19
5
creating virtual hosts with Mongrel?
Does anyone know how to use Mongrel to create virtual hosts?  My
production site will have all kinds of domains pointing to it, and I
also need to figure out how to do subdomains.  Rails should react to
the host name, doing a lookup based on the name and pull different
records from the database based on this.
For example, I''d like www.mysite.com to point back to 127.0.0.1:3000,
and the
2008 Sep 02
7
Deploying My Rails App
I have just finished my first Rails application following the
lynda.com tutorial, but I am not sure how to get my application on the
internet.
I have an ftp account through the applemachine server, but from what I
have read, I''m afraid I will not be able to host my application there.
What I am looking for is step by step directions on how to get from a
working Ruby on Rails application
2006 Apr 28
6
SSL and url_for
Hey, all!
I''m having a url problem that seems like I''m going to overcomplicate
it if I don''t just ask what I''m doing wrong...
My situation is that I''m testing to see if a visitor is accessing a
controller via SSL, and if not, redirect to the same controller via my
secure address. This really only amounts to replacing http with https,
and so I did the
2009 Aug 06
18
Best Practices Question
Should models call action mailers, or should those calls always
originate from controllers?  For example, should user.forgot_password
send the email, or should the user_controller.forgot_password?
Just looking for some opinions...
Thanks,
Tom
2008 Dec 27
1
Trouble with MacPorts install, .profile file not created/ need help
I have just installed MacPorts 1.7.0 for Leopard using a
downloaded .dmg file. Following the download and installation, I
looked for the .profile file to change the environment variables, but
found that no .profile file was created.
When I tried to do so, I got an error message:
 /Applications/TextEdit.app/Contents/MacOS/TextEdit .profile
2008-12-27 14:19:02.393 TextEdit[47100:10b] ***
2009 Aug 17
3
Difference Between ROR and Django...
Hi I am the newbie to both Django as well as ROR.... Which one i have
to choose as my carrier one.... And what is the main difference....
Djkango in Python & It is in Ruby..
which one is best to easy learn and about security
Thank you...
-- 
WithRegards...
K.Ramkumar
Blog at http://fallinlinux.wordpress.com/
contact : 97915 89522
2006 Apr 28
3
Handling errors - incorrect value entered in url...
I have many "edit" actions in my project. If the url is like 
http://localhost/project/3/edit and someone enters 
http://localhost/project/3333333/edit the edit action will fails because 
it cannot find a project with id of 3333333.
To combat this I am adding to every action like edit:
rescue
redirect_to :action => ''index''
flash[''errors''] =
2009 Mar 02
5
new project at the same domain
Hi,
just a quick question, is there a way how to run two apps on the same
domain?
Both for testing purposes. Thank you.
P.
-- 
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 post to this group, send email to
2006 May 01
7
ActiveRecord and Database Views
Hiall,
If I have say 10 tables that i would like to wrap up in 1 view to
manipulate data inside these tables, do I then need 10 model.rb files
for all 10 tables plus 1 for the view, or do I just need 1 model.rb
file for the view ?
cheers
Martin
2006 Jul 14
0
FOSCON II: The Ruby Rodeo
PDX.rb presents...
FOSCON II: The Ruby Rodeo!
We invite you to join us for a set of presentations on Ruby programming
and Ruby culture.  Confirmed speakers include:
  * Alex Bunardzic
  * Lucas Carlson
  * Topher Cyll
  * Ryan Davis
  * Geoffrey Grosenbach 
  * Amy Hoy
If you didn''t catch it last year, FOSCON is a free and fun gathering of
Ruby fans held in the evening during