| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | 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
|
Yesterday 11:58 PM
eggie5 | 2 | 3 |
|  | I would like to know if it is possible to alter a variable during the
process of a custom validation. I know that it is no longer validation
when...
7H3LaughingMan
|
Yesterday 11:28 PM
Marnen Laibow-Koser | 10 | 11 |
|  | 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
|
Yesterday 07:40 PM
Sam Sam | 26 | 102 |
|  | 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
|
Yesterday 07:35 PM
Nash | 0 | 1 |
|  | 1. I have seen examples similar to the following:
image = MiniMagick::Image.from_file("input.jpg")
image.resize "100x100"
...
doug
|
Yesterday 06:36 PM
doug | 2 | 3 |
|  | I can do a mysql -u root and then type in create database
restaurant_test, development, production but when I run
rake db:create:all I...
Kathy Koehler
|
Yesterday 06:19 PM
dan | 2 | 218 |
|  | 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
|
Yesterday 04:38 PM
Todd A. Jacobs | 7 | 8 |
|  | 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
|
Yesterday 04:38 PM
Marnen Laibow-Koser | 3 | 4 |
|  | Hello,
I need some advice. I have a form that has data from 4 different tables
and about 10 values to save and keep until the form is finally...
Heinz Strunk
|
Yesterday 04:27 PM
Colin Law | 6 | 7 |
|  | hi,
can anyone tell how to pass params to a partial.
--
Posted via...
Aashish Kiran
|
Yesterday 03:38 PM
Aashish Kiran | 3 | 4 |
|  | 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
|
Yesterday 02:21 PM
Matt Jones | 3 | 4 |
|  | 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
|
Yesterday 02:01 PM
Paul Barry | 0 | 1 |
|  | 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
|
Yesterday 01:12 PM
mike | 2 | 3 |
|  | Hi,
I'm using the geokit plugin to provide a "find-locations-on-radius"
feature in my app. When a location is added to the database, the
actual...
jenna_s
|
Yesterday 12:14 PM
mike | 3 | 4 |
|  | 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
|
Yesterday 12:05 PM
mike | 3 | 4 |
|  | 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
|
Yesterday 12:01 PM
mike | 2 | 3 |
|  | 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
|
Yesterday 11:39 AM
Terracor | 0 | 1 |
|  | 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
|
Yesterday 10:52 AM
Marnen Laibow-Koser | 3 | 4 |
|  | Hello,
I just completed my first real rails application. I successfully
deployed it, configured apache/mongrel clusters, etc. However, I do
need to...
MJFuzz
|
Yesterday 10:34 AM
Marnen Laibow-Koser | 4 | 5 |
|  | 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
|
Yesterday 08:07 AM
Newb Newb | 0 | 1 |
|  | 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
|
Yesterday 06:17 AM
Gleb Mazovetskiy | 0 | 1 |
|  | c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_a
dapters/abstract/connection_specification.rb:76:in
`establish_connect...
Antony Nambikkai
|
Yesterday 05:24 AM
Antony Nambikkai | 4 | 5 |
|  | 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
|
Yesterday 05:16 AM
Frederick Cheung | 3 | 4 |
|  | 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
|
Yesterday 02:41 AM
Todd A. Jacobs | 1 | 2 |
|  | We are looking for multiple talented Senior Web Developers with a
history of commercial product & consumer-oriented web application
design and...
Rails Delhi
|
Yesterday 02:21 AM
Rails Delhi | 0 | 1 |
|  | Hello,
I was wondering if there is a right way to keep some static arrays of
data inside the application. I want to be able to access them
globally....
Zovar
|
Yesterday 12:40 AM
Marnen Laibow-Koser | 8 | 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 | 4 |
|  | 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 | 2 |
|  | 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 | 8 |
|  | 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-06-2009 06:18 PM
Eric Ee | 25 | 26 |
|  | 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 | 4 |
|  | 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 | 4 |
|  | 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 | 1 |
|  | 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 | 4 |
|  | 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 | 17 |
|  | 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 | 1 |
|  | I have two issues with trying to customize error messages. I'm using
Rails 2.3.4 and Ruby 1.8.7.
The first issue has to do with basic error message...
E. Litwin
|
11-06-2009 11:27 AM
E. Litwin | 1 | 2 |
|  | New brand ruby job board was launched. Check it out http://www.rubyjobs4u.com/
--~--~---------~--~----~------------~-------~--~----~
You received...
sadeesh kumar viswanathan
|
11-06-2009 09:27 AM
sadeesh kumar viswanathan | 0 | 4 |
|  | Hi,
I am using image uploading by using attachment_fu.
I am able tp upload the images by using attachment_fu.
I have seen that images are uploading...
Tushar Gandhi
|
11-06-2009 09:24 AM
Ar Chron | 1 | 2 |
|  | Hi,
I'm looking for an application or platform (both in Ruby) which would make
me publish screencasts with ease. I already know railscasts and...
Christoph Jasinski
|
11-06-2009 09:17 AM
Christoph Jasinski | 2 | 3 |
|  | Hoping one of the many experts here might help out a newb...
I have an aggregated attribute which I want to be able ask about its _changed? ness,...
Eric Hahn
|
11-06-2009 09:00 AM
Frederick Cheung | 1 | 2 |
|  | HI All,
I have a situation to insert records from table of one database to a
table of another database. Previously I did it using the following...
Raju Aralikatti
|
11-06-2009 07:51 AM
Leonardo Mateo | 3 | 4 |
|  | Google recently made their Closure js libs open-source, is there or
are there plans for a rails...
Marian Theisen
|
11-06-2009 07:47 AM
Marian Theisen | 0 | 4 |
|  | Hello all!
I have a problem, I couldn't setup apache+passenger+ssl ((
Please take a look on http://pastie.org/686216, here is my configs...
Igor K.
|
11-06-2009 06:19 AM
Igor K. | 0 | 1 |
|  | Hey friends,
Suggest me some articles on acts_as_solr, as I googled but unable to
find
relevant article.
Regards
Hunt.
--
HUNT HUNT
|
11-06-2009 05:20 AM
HUNT HUNT | 0 | 1 |
|  | Hi.
I am trying to create a simple widget that people can add to their
site with one script tag, like the following:
<script id="widget_script"...
chrizbot
|
11-06-2009 03:17 AM
Frederick Cheung | 1 | 2 |
|  | I was having this problem, after reading the insights from this thread,
I realised running "which gem" pointed to a certain directory, and...
Memo Memo
|
11-06-2009 02:55 AM
Memo Memo | 0 | 1 |
|  | Hi all.....
I am using Json 1.1.7
When I try to parse with the help of it, it gives me error like "618:
unexpected token at 'Error: you are...
Smit Shah
|
11-06-2009 02:12 AM
Conrad Taylor | 1 | 2 |
|  | = render :partial => "locations/form", :locals => { :f =>
return_to_form, :hello => "hello" }
"f" is accessible from _fom.html.haml, but not...
Rit Li
|
11-05-2009 11:49 PM
Sijo k g | 1 | 2 |
|  | I thought I had this fixed, but apparently not. It works okay from the
console, but not from the view. I have the following:
# partial schema
...
Todd A. Jacobs
|
11-05-2009 09:42 PM
Todd A. Jacobs | 0 | 1 |