| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi folks,
I Have a problem depending on RubyGems.
I have installed ruby 1.8.7 with macports.
which ruby
/opt/local/bin/ruby
ruby -v
Christian Fürst
|
11-09-2009 09:04 AM
Frederick Cheung | 1 | 13 |
|  | Hi all,
I'm having trouble getting images to show up on the browser. I added an
image to the public/images directory in Textmate, however all I get...
Chris To
|
11-09-2009 08:22 AM
Chris To | 4 | 6 |
|  | Hi folks,
I'm trying to so some digest authentication in Rack via Metal. I've
found the:
...
Matthew Beale
|
11-09-2009 08:02 AM
Matthew Beale | 0 | 5 |
|  | hi there,
I have a method in a model that concatenates named_scopes at later points in
the method if certain conditions given. The concatenations go...
Joaquin Rivera Padron
|
11-09-2009 07:14 AM
Joaquin Rivera Padron | 4 | 10 |
|  | Hi,
I am trying to access public/swf folder like image_tag. But i couldn't
connect any folder in public folder, some methods goes to...
Mehmet Davut
|
11-09-2009 06:56 AM
Denis Haskin | 1 | 5 |
|  | Hello,
I want decrypt a password which is encrypted by MD5.
there are 4 functions which i am using :
# Encrypts some data with the salt.
def...
madhuri godade
|
11-09-2009 06:55 AM
Peter De Berdt | 3 | 12 |
|  | Hi everyone
My app is sending mails with ActionMailer with smtp sending through
google.
When I set up the E-Mail I set the @from paramter
@from ...
Adam Meyer
|
11-09-2009 06:30 AM
Adam Meyer | 0 | 5 |
|  | Hi everyone,
I want to go live with my application. But something is wrong with my
site when using www.domain.com or domain.com. It seems that it...
Adam Meyer
|
11-09-2009 06:22 AM
Adam Meyer | 3 | 7 |
|  | what i need:
if :record is in the database -> upgrade his counter
else create :record (with his counter on 1)
this should be done with an atomic...
eugenio.modesti ( AT ) gmail.com
|
11-09-2009 06:20 AM
Marnen Laibow-Koser | 4 | 7 |
|  | Hello Railists,
I have a piece of Ruby on Rails code that has a complex SQL query (well, not
that complex, but as far as I know beyond the ORM...
J. Pablo Fernández
|
11-09-2009 02:44 AM
J. Pablo Fernández | 3 | 4 |
|  | Hi Selvaraj
http://railsenvy.com/2007/6/11/ruby-on-rails-rake-tutorial
Sijo
--
Sijo k g
|
11-09-2009 12:27 AM
Sijo k g | 0 | 2 |
|  | I am creating a layout of images with links.
In Photo model:
has_attached_file :mainimg, :styles => {:original =>
"465x365", :thumb =>...
blueHandTalking
|
11-09-2009 12:23 AM
Sijo k g | 1 | 4 |
|  | I just upgraded to snow leopard and I'm trying to get the 64 bit version
of mysql and ruby going. I ran through the steps...
Eric Ee
|
11-09-2009 12:22 AM
Marnen Laibow-Koser | 26 | 69 |
|  | Miguel angel Garcia roig wrote:
Try changing the keys to this parameter list:
ActiveRecord::Base.establish_connection(
:adapter =>...
George Roman
|
11-08-2009 10:46 PM
George Roman | 0 | 3 |
|  | I'm a newbie having trouble using send_data to send a jpeg file to the
browser for display in an html img tag. This is the relevant code
from my...
flag
|
11-08-2009 09:05 PM
flag | 2 | 3 |
|  | hello,
i've got the STI-hierarchy Dictionary, InternalDictionary < Dictionary
and OnlineDictionary < Dictionary.
Every submodel has its own...
Lutz Klein
|
11-08-2009 03:38 PM
Lutz Klein | 1 | 3 |
|  | I've implemented password reset using Authlogic basically following
this...
Sunny
|
11-08-2009 02:54 PM
Sunny | 0 | 2 |
|  | Novice RoR programmer here, I've run into a bit of a stumbling block,
concerning Time.now seemingly not updating in between JS function
calls.
My...
Nick S
|
11-08-2009 12:17 PM
Marnen Laibow-Koser | 3 | 5 |
|  | Hello,
I'm trying to implement Rails functionality which would allow to compare
Model records (in my case different plans).
I'm unsure what would...
Aljaz Fajmut
|
11-08-2009 11:24 AM
Al F. | 7 | 8 |
|  | Net::FTP#putbinaryfile(binary_file, remotefile)
binary_file is not a local file from some directory,but a dynamic
generation from codes.
The above...
Guo Yangguang
|
11-08-2009 11:07 AM
Guo Yangguang | 9 | 13 |
|  | Hi all,
Last month, there's a Kungfu Rails Conf in Shanghai, China. And
there's an awesome presentation "Rails Best...
flyerhzm
|
11-08-2009 10:55 AM
flyerhzm | 0 | 16 |
|  | Hi there
I make a call jsut like this:
value = `./simulated_annealing`
Which is a C Object file, but Rails tells me it cannot find that file....
Victor Martin
|
11-08-2009 04:20 AM
Prasad Kulkarni | 4 | 10 |
|  | Hello everyone,
How to give the functionality to choose a directory path to save a file
by a user?
Thanks in advance....
--
Posted via...
Salil Gaikwad
|
11-08-2009 04:14 AM
Prasad Kulkarni | 4 | 9 |
|  | I am new to rails. can anyone explain in detail about partials in rails.
my rails version is 2.3.4.
How to use them?
--
Posted via...
Aashish Kiran
|
11-08-2009 03:51 AM
Prasad Kulkarni | 4 | 6 |
|  | I created scaffolding for my Model x, but I want to modify the new
view so that I can create multiple (3) x objects in the DB instead of
just 1 at a...
eggie5
|
11-07-2009 11:58 PM
eggie5 | 2 | 8 |
|  | yes...but I still got the same result when I ran the application
myfirst ....
any way to get Ruby , rails to tell us what it really doesnt like ...
mgpowers
|
11-07-2009 07:40 PM
Sam Sam | 26 | 108 |
|  | Hi,
I'm using RIO (http://rio.rubyforge.org/) in some of my models and
it seems like Rake doesn't like it very much. The two conflict with
each...
Nash
|
11-07-2009 07:35 PM
Nash | 0 | 3 |
|  | 1. I have seen examples similar to the following:
image = MiniMagick::Image.from_file("input.jpg")
image.resize "100x100"
...
doug
|
11-07-2009 06:36 PM
doug | 2 | 9 |
|  | Hello,
Suppose I have 2 models Human and Person and I want to inherit one from
another so that I could use 'human' model/migration as a generic...
Aljaz Fajmut
|
11-07-2009 04:38 PM
Todd A. Jacobs | 7 | 11 |
|  | hi,
can anyone tell how to pass params to a partial.
--
Posted via...
Aashish Kiran
|
11-07-2009 03:38 PM
Aashish Kiran | 3 | 5 |
|  | I'm use Ruby 1.9 via rvm and Rails 2.3.3. I'm on OS X 10.5 and I have
the mysql 2.8.1 gem installed. When I run rake on my rails app, I get
the...
Paul Barry
|
11-07-2009 02:01 PM
Paul Barry | 0 | 4 |
|  | Hi All,
I have a situation where I have a task model, tag model and a link
table task_tags.
In a particular view, I need to display a list of task...
C K Kashyap
|
11-07-2009 01:12 PM
mike | 2 | 6 |
|  | I've got a resorts view, shows details of a ski resort. Under the resort
description I allow users to leave comments on the resort - works fine.
-...
bingo bob
|
11-07-2009 12:05 PM
mike | 3 | 10 |
|  | HI: I want to make a JSON GET request and have a 'setCookie' entry in
the http response header. By default there is none.
How can I enable cookies...
Jens MF
|
11-07-2009 12:01 PM
mike | 2 | 10 |
|  | Hello!
I'm quite new to the rails framework and I just discovered the
different kind of associations in models. For the application I'm
creating, I...
Terracor
|
11-07-2009 11:39 AM
Terracor | 0 | 8 |
|  | Hello,
I just completed my first real rails application. I successfully
deployed it, configured apache/mongrel clusters, etc. However, I do
need to...
MJFuzz
|
11-07-2009 10:34 AM
Marnen Laibow-Koser | 4 | 7 |
|  | hi all..
I m using cron for my application.
already for my 1st task i use the schedule.rb
again i want to use cron job again for my 2nd task.
is it...
Newb Newb
|
11-07-2009 08:07 AM
Newb Newb | 0 | 14 |
|  | Hi, everyone!
We just released The iRequest Live! webapp.
It is based on qooxdoo frontend, and Ruby on Rails backend.
I have provided some qooxdoo +...
Gleb Mazovetskiy
|
11-07-2009 06:17 AM
Gleb Mazovetskiy | 0 | 12 |
|  | Hi all,
I've got a c++ program that inserts data into a mysql database, its a
32 length varchar column in question that contains sha256 hashes such...
Matt Harrison
|
11-07-2009 05:16 AM
Frederick Cheung | 3 | 8 |
|  | I have an model in my rails app called Dog. I want to create a form
where I can create an arbitrary amount of dogs with one request.
Here's the...
eggie5
|
11-07-2009 02:41 AM
Todd A. Jacobs | 1 | 14 |
|  | We are looking for multiple talented Senior Web Developers with a
history of commercial product & consumer-oriented web application
design and...
Rails Delhi
|
11-07-2009 02:21 AM
Rails Delhi | 0 | 9 |
|  | Hi, just want to know what is the best Ruby ob Rails based Content
Management system for bloging...
mupet
|
11-06-2009 11:08 PM
Priyanka Pathak | 3 | 7 |
|  | Hi,
I'm interested to know if anyone has any clever suggestions about how
to model the following scenario with ActiveRecord:
- I'd like a...
danm
|
11-06-2009 09:58 PM
Scott Johnson | 1 | 3 |
|  | Hi,
Just finished installing RoR on my brand new linode Ubuntu 9.04 VPS using
following...
Saurabh Agrawal
|
11-06-2009 08:26 PM
Jakub Arnold | 7 | 12 |
|  | I have a Rails app that is currently running in production on Rails
v1.2.2. Since I didn't have control of the server that runs the
production copy...
Bob
|
11-06-2009 05:10 PM
Matt Jones | 3 | 9 |
|  | Hello,
I have been asked to write an intranet app that deals with certain HR
functionality. It would be awesome to be able to tie into...
Steven Elliott Jr
|
11-06-2009 04:40 PM
Jeff | 3 | 11 |
|  | Hi everyone,
I am trying to find a way to use the new twitter streaming API
(continuous XML or JSON stream) in a ruby/rails project.
I want to grab...
c-a
|
11-06-2009 04:27 PM
c-a | 0 | 9 |
|  | Hi,
This is a bit of Ruby and a bit of Linux, but because I'm working on
this in a Rails environment, I've decided to post it here.
I use the...
jhaagmans
|
11-06-2009 04:09 PM
jhaagmans | 3 | 6 |
|  | Hello;
For this scheduling app I'm trying to make for my little photography
company...
I would like to assign a unique, incrementing number to...
SNelson
|
11-06-2009 02:24 PM
SNelson | 16 | 21 |
|  | Hi,
First, I am new to rails.
I have written a Ruby script to test some perf issues in socket calls.
The Ruby code spins up some server threads...
tb
|
11-06-2009 12:48 PM
tb | 0 | 7 |