search for: rbrigleb

Displaying 10 results from an estimated 10 matches for "rbrigleb".

Did you mean: brigleb
2006 May 19
9
[NEW SITE] psitsNOT
psitsNOT ("Photoshop it''s NOT") is an over-the-web image editing application made with Rails, RMagick, and AJAX. It provides everything you need to make a raw digital image look good on the web. http://psitsnot.alevans.com You''ll need an OpenID URL to log in. Feedback is welcomed! --Al Evans -- Posted via http://www.ruby-forum.com/.
2006 Apr 11
6
Google Base... in Rails?
Ok, so this is kinda out of the blue... but I''ve been looking at Google Base and thinking that it''s got some really good ideas in it. Especially the way you can create your own "type" of item with its own custom attributes, like date range, location, number, text, etc. Kind of like defining a database with a GUI, but not exactly. It seems really interesting to me, from
2006 May 03
7
anybody using GoDaddy for hosting ?
Is anybody hosting with GoDaddy.com? I''m about to set up a hosted account for my RoR app and see that they''re now offering RoR hosting. I''d really appreciate hearing from anybody who''s tried them for RoR. Any congrats / complaints / etc. you had / are having would be really appreciated! Thanks, Bill -------------- next part -------------- An HTML attachment
2006 Jun 08
21
"Rails recipes" vs "Rails cookbook"
Reviews Wanted. I''ve read the tables of contents and haven''t yet made up my mind. Is one book clearly better than the other? Is one clearly full of bugs? Is one so much further ahead that there is no choice? Are they both so incomplete that I should just wait and only cook real food? Do trains still have dining cars? Warren Fred -------------- next part -------------- An
2006 Jun 08
1
Shelling out from an action with ``?
I''m trying to shell out (with the `` method, to call wget) from within an action. It looks something like this: def prepare_project @project = Project.find_by_id(params[:id]) logger.info("Exporting project...") `wget blah blah` `zip blah blah` flash[:notice] = "Exported project successfully." redirect_to :action =>
2006 May 03
0
Strange problems with net/ftp in Rails
Lately I''ve been having a very strange problem with my Rails app running on TextDrive. Part of its job is to send files to a remote server, using net/ftp. This has always worked fine, but in the last week or two, I''ve had huge problems sending them to servers at A Small Orange (another hosting company). Not all the time, but some of the time. Weird. What happens is that the
2006 May 25
0
How to lock a GEM version
I''ve moved an app from one server to another, which resulted in my app using RedCloth 3.0.4 instead of 3.0.3. This basically wreaked havoc on my app, and since both versions are installed on my current server, I''d like to force my Rails app to use the older one. I looked and looked and can''t figure out how to do this. It must be simple! Can anyone point me to the
2006 Mar 12
0
Setting env vars from within a Rails app?
Greetings! I''m trying to set an environment variable in Rails. Why? I can''t use RMagick unless I do so. I can do it from the shell, run irb, and then require ''RMagick'' works. So far so good. But how can I do this from my application? I''m on a shared host so I''ve put in a ticket to have something like this added to httpd.conf: SetEnv
2006 Mar 12
3
Setting environment variable for Rails app?
Greetings! I''m trying to set an environment variable in Rails. Why? I can''t use RMagick unless I do so. I can do it from the shell, run irb, and then require ''RMagick'' works. So far so good. But how can I do this from my application? I''m on a shared host so I''ve put in a ticket to have something like this added to httpd.conf: SetEnv
2006 Mar 30
15
Survey: Favored Rails Production Environment
We''re trying to set up a colocated server for deploying a Rails application or three. Right now I''m undecided between a PC-based server running FreeBSD and an Xserve running OS X. I''ve never colocated before so I''m wondering if anyone has stories, tips, or could say what their preferred OS is for running Rails. I''m also wondering how performance of