| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | here are a few models:
Stream
has_many :postings
belongs_to :user
Posting
belongs_to :stream
belongs_to :user
lunaclaire
|
11-01-2009 02:56 PM
JDevine | 6 | 7 |
|  | hi guys,
I'm trying to do a program that automates some site usage, like fetch the
site, fill a field and "press" the send button. So, it'll behave...
Ernesto Rocha
|
11-01-2009 02:35 PM
Ernesto Rocha | 0 | 4 |
|  | Hi...
I trying to make this example work:
http://www.misuse.org/science/2007/07/24/firing-rails-controller-actions-from-command-line-console/
I...
Katherine
|
11-01-2009 02:31 PM
JDevine | 4 | 10 |
|  | I have a really horrendous problem with sessions.
before_filter :find_cart_from_session
private
def find_cart_from_session
if session # if...
James West
|
11-01-2009 02:09 PM
James West | 0 | 4 |
|  | Does anyone have any success stories they can share regarding
implementing auto-complete in a Rails 2.3.2/jQuery environemnt?
I'm not looking for...
SNelson
|
11-01-2009 01:40 PM
SNelson | 4 | 5 |
|  | Hi,
I'm pretty new to active record, so I'm not sure if the way I'm trying
to do this is wrong. I've trimmed down my example to as small as I...
Bryce Covert
|
11-01-2009 11:45 AM
Bryce Covert | 2 | 4 |
|  | Hi,
I have a long list (~50) of items which should each be clickable and
will send an Ajax request to the server. Now, each item will be calling
the...
Peter Laurens
|
11-01-2009 11:15 AM
Peter Laurens | 0 | 16 |
|  | Hi,
I'm trying to change my authlogic configuration at runtime like follows:
def save_without_session_maintenance_and_allow_blank_password
...
Sam Woodard
|
11-01-2009 10:42 AM
Sam Woodard | 0 | 4 |
|  | Hello there,
I'm using AASM to manage states in my User model.
I want to change the status through the edit action.
To do this I'm using the method...
David Sousa
|
11-01-2009 10:41 AM
Matt Jones | 1 | 5 |
|  | Hi,
I will like to trap all application exceptions to a model. Can someone
give me some approach to do this task?
The idea is to know in a model...
cduv
|
11-01-2009 10:09 AM
Matt Jones | 2 | 6 |
|  | Hey guys. I've a pretty experienced Rails developer, but I've never
seen this one before. I'm not getting my custom error pages to serve
up under...
NewMonarch
|
11-01-2009 09:48 AM
NewMonarch | 2 | 16 |
|  | I need to access all instances of a particular object that is a has_many
through two other classes. It's easier to show what I mean with some
example...
Andrew Hite
|
11-01-2009 08:29 AM
Tor Erik Linnerud | 1 | 7 |
|  | Hi,
I am following the hivelogic article to compile ruby on snow...
eduardopa
|
11-01-2009 03:19 AM
Marnen Laibow-Koser | 2 | 11 |
|  | Hello,
I have a link_to_function in a div, and when I try to call
replace_html on the div, the link_to_function locks up my browser when
it tries to...
mrmanishs
|
10-31-2009 04:18 PM
mrmanishs | 0 | 3 |
|  | I have a kind of blog. How to make the possibility to reply to
comment? Namely, how to make a tree of comments?
Thanks for any help...
Luthien
|
10-31-2009 12:30 PM
Marnen Laibow-Koser | 1 | 10 |
|  | Robert MannI wrote:
Would anyone use anything *else* than TextMate if on a Mac ? :-) hint
hint, nudge nudge, wink wink.
p.s. Oh my god!.. I just...
Shawn Koppenhoefer
|
10-31-2009 10:11 AM
saideep a.v.s | 12 | 20 |
|  | Hi:
Need help. Using Actionmailer in development mode, and I keep getting
this error:
A connection attempt failed because the connected party did...
about2flip
|
10-31-2009 04:55 AM
about2flip | 0 | 4 |
|  | Started a new github on Ramaze app for Dynamic URL Music Generation
and have laid the framework and foundation down feel free to fork or
contribute...
GabrielG1976
|
10-31-2009 01:02 AM
GabrielG1976 | 0 | 6 |
|  | Hi,
In my application I've set up a custom route that works as long as I
stay within the same model. This makes me think that I must have
something...
Cs Webgrl
|
10-30-2009 10:23 PM
Cs Webgrl | 4 | 10 |
|  | Hi,
I start my adventure with rails and I meet seriously problem.
When I try save data to DB - save operation take ~0.5 second per row.
I generate...
ggolebio
|
10-30-2009 06:56 PM
ggolebio | 3 | 4 |
|  | Hi Everyone,
I'm trying to get page.call to work and if i call something like
page.call 'alert', 'this is a test'
everything works ok, however when...
Wtn Tn
|
10-30-2009 06:10 PM
Frederick Cheung | 3 | 9 |
|  | If I have an association
A habtm B
and I say A.find.., :include => B
but I only want some of the B's to be loaded, the rails docs...
dino d.
|
10-30-2009 05:40 PM
mike | 1 | 14 |
|  | Hi,
I am really finding this frustrating. i am trying to install ruby gems
to allow me to try out rails.
I have tried it on two linux systems. I...
mpcengineer
|
10-30-2009 04:21 PM
keldog | 12 | 37 |
|  | Hey, I'm trying to achieve something relatively simple and missing
something that is probably very simple, which I'm loosing my head over.
My...
Misiek Sz
|
10-30-2009 03:56 PM
Misiek Sz | 12 | 68 |
|  | I was trying to add cucumber to a project which is using rails2.3.4
(which is vendored). The script/generate cucumber step is failing.
I first...
Rick DeNatale
|
10-30-2009 03:15 PM
Rick DeNatale | 2 | 13 |
|  | Hi there,
I have managed to overcome my search issue, and now I am able to
return users successfully.
I am now trying to paginate the results, so...
RubyonRails_newbie
|
10-30-2009 02:26 PM
Rick | 12 | 24 |
|  | Hi,
I'm using in my project ActiveRecord::Base.connection.select_value and
ActiveRecord::Base.connection.select_rows several times to...
neomizer
|
10-30-2009 01:24 PM
neomizer | 5 | 38 |
|  | Hi,
I am working on a project for which I have to store unsigned integer
values up to 2^64 - 1. Even bigger values would be valuable but 2^64-1
is...
Foon
|
10-30-2009 01:22 PM
Marnen Laibow-Koser | 4 | 28 |
|  | fter upgradeing from Mac OSX 10.5 to 10.6 (Snow Leopard), it's failing
to start server with the following error message (replacing my
username to...
Ryo
|
10-30-2009 01:01 PM
Kurt | 2 | 114 |
|  | Passenger configuration selects which ruby executable to use via a
global configuration variable (at least for Apache, I assume it's the
same for...
Rick DeNatale
|
10-30-2009 11:23 AM
Marnen Laibow-Koser | 1 | 5 |
|  | Hello there, I have a form_for and a fields_for within the form_for. I
want to add/delete item in the fields_for and refresh the items in...
mrmanishs
|
10-30-2009 10:10 AM
mrmanishs | 2 | 9 |
|  | Hello all,
I was wondering how to update an existing table column when reading in a
CSV? I'm using FasterCSV and my controller method is this...
-...
John Mcleod
|
10-30-2009 09:47 AM
Pat Shaughnessy | 2 | 14 |
|  | I'm a n00b with Rails, and I'm trying to implement basic autocomplete
according
to Agile Web Dev w/Rails 3rd edition (p. 584-586)
I've installed the...
Gee-off
|
10-30-2009 09:38 AM
Pat Shaughnessy | 5 | 17 |
|  | Hi,
i am using this script: http://www.craigambrose.com/projects/redbox to
overlay a box with html content inside. The script makes an ajax call
for...
fRAnKEnSTEin
|
10-30-2009 09:05 AM
Peter De Berdt | 1 | 12 |
|  | Hi all,
Is there an apllicaiton that allows to handle an Online Web Calendar,
similar to the TaDalist.com?
Regards
--
Posted via...
Pepe Sanchez
|
10-30-2009 08:30 AM
Pepe Sanchez | 0 | 9 |
|  | <% form_tag :action => "login", :html_options => {:onClick => "return
validate_form(this)"} do %>
Login: <br/><%= text_field_tag :name ...
HUNT HUNT
|
10-30-2009 06:29 AM
Sijo k g | 3 | 8 |
|  | I would like to use this class in a standalone project, but I have
been unsuccessful thus far.
Also, how does this class exactly communicate with the...
skarayan
|
10-30-2009 05:27 AM
skarayan | 2 | 14 |
|  | Assuming that we have a player model and a game model and that each game
has multiple players as described below.
class Game < ActiveRecord::Base
...
Jake We
|
10-30-2009 05:23 AM
Frederick Cheung | 1 | 6 |
|  | Hi,
When i login into my gmail accout and use the chat service. I face an
javascript error. which show a msg 'null' is null or not an object.
By this...
Sachin
|
10-30-2009 05:02 AM
Sachin | 2 | 10 |
|  | Simplified, I have the following relationships ....
term has many swimming_classes and a swimming_class belongs to a term
swimming_pool has many...
Anthony Gardner
|
10-30-2009 04:26 AM
Anthony Gardner | 3 | 8 |
|  | Hi All,
I need to add functionality to an intranet site where users can design
basic forms such as leave forms, change of details forms, request...
steve bell
|
10-30-2009 03:26 AM
steve bell | 6 | 11 |
|  | Just got into this ROR world, and wondering around! Would like to
hear what others think about ...
Suki
|
10-30-2009 03:25 AM
Dustin | 7 | 33 |
|  | Hi
Is there anything wrong in including helpers in controller? For
example fruits_helper in fruits_controller .Is it against...
Sijo k g
|
10-30-2009 03:09 AM
Jake We | 1 | 6 |
|  | hey ,
am looking for xapian syntax to do a range search
in my code i have
class Table < AR
acts_as_xapian :texts => ,
...
Mecharek Massinissa
|
10-30-2009 01:53 AM
Franck Verrot | 1 | 13 |
|  | Hi, all,
Newbie question.
When using button_to, the browser navigates to a proper URL (http://
localhost:3000/sites/6/edit, for example), but I get...
eichlerguy
|
10-30-2009 01:36 AM
Sijo k g | 2 | 35 |
|  | Hi,
I'm new to rails, and have been struggling for a while now on how to
get a simple HTTP POST working via a Prototype-based Ajax call to a
rails...
kb
|
10-30-2009 01:18 AM
Sijo k g | 1 | 4 |
|  | Dear Frienz,
In one of my project i need to implement archiving of logs.
I have two database called people_development and archive_development....
dare ruby
|
10-29-2009 11:34 PM
dare ruby | 4 | 7 |
|  | I am having trouble trying to figure out how to set up this many to many
relationship. I have 4 models (ModelA, ModelB, ModelC, ModelD). A user
can...
Matthew Shapiro
|
10-29-2009 11:01 PM
Matthew Shapiro | 17 | 34 |
|  | maybe your file name is Cart.rb instead of cart.rb
Marnen Laibow-Koser-2 wrote:
--
View this message in context:...
CKomiya
|
10-29-2009 10:04 PM
CKomiya | 0 | 33 |
|  | Hola, tengo un problema con la subida de videos al servidor, (tengo
apache2 como servidor). Quiero subir un video de unos 150Mb y cuando lo
subo en...
Laura Cordoba
|
10-29-2009 09:13 PM
pepe | 2 | 21 |