Displaying 20 results from an estimated 22 matches for "ruby_on_rail".
Did you mean:
ruby_on_rails
2006 Jan 01
0
An Orlando Ruby/Ruby_on_rails user group is forming
Hi all,
Anyone in Central Florida wanting a Ruby and Ruby_on_rails user group, please
contact Gregg Pollack (his email address is listed at
http://www.rubygarden.org/ruby?Orlando), or if you can''t reach him, simply
reply to this message and I''ll forward it to him.
Thanks
SteveT
Steve Litt
Author:
* Universal Troubleshooting Process cou...
2006 Jun 03
1
legacy support: removing underscore from table name.
I am using ms sql server and want to configure RoR such that it does not
convert the given table name (example: rubyonrails) to ruby_on_rails.
I set @@pluralize_table_names = false, so that it does not pluralize
the table names but cannot find the config setting which will force it
not to put underscore between words in a table name.
thanks in advance,
--
avinash
--
Posted via http://www.ruby-forum.com/.
2006 Feb 14
9
Deploying in Dreamhost
What pain. I am ready to switch hosts. I have this app in Dreamhost
where I load the static pages just fine. The location of my rails app
is /home/username/webaddress.com Under that resides the app/, public/
and so on. Like I said I can see my static pages that I have under
public since I have in the Managed host panel the following:
Web Directory: /home/username/[ webaddress.com/public
2006 May 31
3
Database can''t connect -
I''m sorry guys. I''m really still such a newbie at this. i''ve been having
trouble getting my Rails apps to run on Dreamhost, and I think it might
be a problem with the database connection. Anyway, I read on Code
Snippets that I should do this:
[rhod]$ ruby -Iconfig -renvironment -e "p ActiveRecord::Base.connection"
to find out if my database.yml file is
2006 May 26
8
What is the different between Scaffold / Controller / Model
Hi everyone
I am learning RoR now and got a question.
What is the different between using ruby script/generate <Table>
Scaffold / Controller / Model?
Thank you
Victor
--
Posted via http://www.ruby-forum.com/.
2006 Jul 21
6
Troubleshooting tips for getting Apache/RailsApp/Dreamhost
Hi,
Background: I''m currently stuck getting my basic rails application
working on dreamhost. I have gone throught the doco. Note that I can
via my unix account run "ruby script/server" and get the application
working via webbrick. The problem I am having is that trying to go to
the app via the normal apache approach my browser just sits and spins
with nothing coming
2006 Aug 16
5
Dreamhost FastCGI: incomplete headers (0 bytes) errors
Sorry to trouble the list with another Dreamhost problem, but looking
through the archives I see nothing that can solve my problem.
I have installed my app as per
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Quick_Start_Guide_August_2006
with a symbolic link from my_domain.tld in ~/ to
~/apps/residence/public/
I get the Rails welcome screen. I have uploaded my app directory etc,
and populated my database. If I start Webrick in production mode on
dreamhost I can access the website fine, and everyt...
2006 Apr 05
2
Typo on Dreamhost
I''ve had no success getting Typo running on my Dreamhost account. Does
anyone have a link to an FAQ on getting Typo up on Dreamhost?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Mar 13
2
Dreamhost uploading
I haven''t had a chance to upload my app and configure dreamhost, but I
did log in and create the folder using the "rails app_name" command.
Now, my question is, I read online to do this:
> cd domain.com
> rails my_app_name
So, I did just that. Rails will know what to do even though my
application is in a sub-directory under "domain.com"?
Essentially,
2006 Jan 23
0
gem install login_generator
I am trying to install a gem into my Dreamhost account:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_gems_installed_in_your_home_directory
But it doesn''t work. I don''t quite understand the error message:
pico$ gem update --source http://gems.rubyonrails.com
Upgrading installed gems...
Updating Gem source index for: http://gems.rubyonrails.com
Gems: [] updated
pico$ gem i...
2005 Dec 18
0
Dreamhost Deploying Problems
Hi Everyone,
I am trying to deploy my app on dreamhost and am following the quick
start instructions on this wiki located here:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails
I have followed all of the directions and can''t figure out why it is not
working! I have been pulling out my hair for the past couple hours.
Here is the sub-domain it is installed on:
http://www.draganddrop.sharemyten.com/ you can see the rails index file
is showing up correctly......
2008 Jul 08
0
Installing my own gems on a Dreamhost account
Hey all,
Does anyone who uses Dreamhost have any experience installing your own
gems there?
On their wiki, I''ve found this:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_Gems_Installed_in_Your_Home_Directory
And this:
http://wiki.dreamhost.com/index.php/Passenger
(down at the bottom)
But I seem to be too dumb to interpret these directions, since neither
one seems to work.
This seems to be similar, though not specifically Dreamhosty:
http://jbowes.dangerou...
2013 Feb 20
0
Ruby on Rails Training | NYC | March 11-15
...OR200*
March 11 - 15, 2013
9:00am - 5:00pm
TOPICS COVERED:
Ruby Overview
Toolbox
Test-Driven Development with RSpec
Rails Introduction
Rails Toolbox
Demystifying Rails
Test-Driving Your Rails App
Advanced Controllers and Models
Rails Power Tools
Complete details: http://marakana.com/training/ruby/ruby_on_rails.html
--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3Mboc...
2006 Apr 20
5
Rails, FCGI, Dreamhost
Is anybody getting acceptable performance with a Rails application on
Dreamhost? By this, I mean response times no greater than 3 seconds, and
no large numbers of FCGI processes that you have to kill manually.
If so, how?
I''ve ended up running a constant ping script (once every ten minutes),
and still have to kill some number of excess dispatch.fcgi processes
every day.
Along with
2006 Feb 11
4
Starting Ruby On Rails
Hi,
i m a web developer(php,ajax).
i want to start with ruby on rails.
can one suggest me online tutorials for ruby on rails?
How would i start with ruby on rails,i knew something about ruby?
editor for ruby on rails?
Plase.....
Thank You.
--
Posted via http://www.ruby-forum.com/.
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi,
Just trying to get my first database based rails app up on
dreamhost.com. The app was working prior to putting in mysql DB usage
but I''m just stuck on getting the app working with mysql. I''ve already
created the database and can connect to it manually.
Below is the error I get after running the rake migrate. It worked OK
on my home PC environment. I did change the
2006 May 11
7
Rails in Dr. Dobbs Journal ?
Hi,
I''ve read that Dr. Dobbs Journal''s last issue has a cover article about
Rails titled "Ruby On Rails - Java''s Successor?". Can''t find anything
about it in http://www.ddj.com
Does someone have the paper edition and can confirm that, and tell
how the article looks like, and so on.
Thanks,
-- Jean-Fran?ois.
--
? la renverse.
2006 Jul 16
14
Rails, FCGI, DreamHost, and endless frustrations
Hi all!
I''m trying to deploy an application out to a subdomain at dreamhost. I am
getting the dreaded "Rails application failed to start properly" error. The
logs for my app are empty. In the DreamHost FTP app, when I look in the
error.log file (I''m guessing this the Apache error log file) I see the
following for each of my attempts:
[Sun Jul 16 12:36:32 2006]
2006 Feb 14
18
Does shared hosting work? Anywhere?
I moved a rails application to textdrive using their low-cost shared plan.
Once on textdrive my app would display ''proxy errors'' periodically. Hitting
reload
seemed to be all that was needed to get past the proxy error.
After discussions with their support people I decided the proxy errors were
being caused by apache server restarts -- because there were many of us
sharing
one
2009 Jul 29
0
Problem uploading file to database mysql blob field
Hi All,
Please help me ,I need to look into this issue asap, I need to change
the redmine functionality of uploading files to disk to upload them to
database. I tried suggestion on
http://dizzy.co.uk/ruby_on_rails/contents/store-file-uploads-in-database
but no luck , My form is multipart but still getting the error.
Please bare with me I am new to ruby and rails.
Here is the like for my redmine question
http://www.redmine.org/boards/2/topics/7737
I need to change Redmine functionality to upload file...