HighDots Forums  

Sponsored Links


Ruby On Rails Talk Ruby On Rails programming language mailing list


Discuss in the Ruby On Rails Talk forum.



Post New Thread
Threads in Forum : Ruby On Rails Talk Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
If I have a method called delete in a class which a class I am creating is descended from, and I call the delete method in the child, how do I have...
RVince
Today 08:54 PM
Darian Shimy Go to last post
1 2
Hi all, I want to test my controller, but unfortunately the model that has association to other model. I already have setup the parameter in...
Joshua Partogi
Today 07:40 PM
Joshua Partogi Go to last post
0 1
I have this config file: development: adapter: mysql database: rubyonrails username: root password: root timeout: 5000 ...
frederik heyninck
Today 07:19 PM
Frederick Cheung Go to last post
1 2
I am trying to set up a validation in a model to ensure that a record can't be saved unless the foreign key it belongs_to is a valid record. My model...
Todd A. Jacobs
Today 07:17 PM
Frederick Cheung Go to last post
3 4
I was reading this page: http://api.rubyonrails.org/classes/Fixtures.html#M000326 and was trying to get hashed labels working. However, calling...
Todd A. Jacobs
Today 05:09 PM
Hassan Schroeder Go to last post
3 4
I would like my Rails app to supply a callback url to another app. I currently have a yaml file in the config folder in which I put the host name,...
explainer
Today 04:05 PM
candlerb Go to last post
5 6
How could I ask a user to confirm specific form input? EX: <%= f.submit 'Donate', :confirm => 'Confirm your donation amount: ###amount###'...
Dustin
Today 03:28 PM
Darian Shimy Go to last post
3 4
I'm using the sortable_element helper method, and for my app I want to use a javascript snippet update the "position" field without going to the...
Joe
Today 02:19 PM
Joe McGlynn Go to last post
2 3
Greetings All, I'm in love with Rails. I know allot of these books out are pre 2.0, though I don't think that's what's happening with...
RailinAndWailin
Today 01:39 PM
Matt Jones Go to last post
1 6
im getting my laptop ready for training class and having issues with mysql i am able to get a project running using sqlite, but not...
dan
Today 01:32 PM
dan Go to last post
0 2
Hi, I have a backgroundrb worker that gets triggered every second. When it's triggered, it's supposed to make 2 - 15 http-requests using Net::HTTP....
jhaagmans
Today 12:11 PM
jhaagmans Go to last post
26 27
Hello Friends, Is there any better alternative for UUID? Can you please provide me a link. Thanks Abhis -- You received this message because you...
Abhishek shukla
Today 11:27 AM
Abhishek shukla Go to last post
5 6
I recently updated my gems and gem command with: sudo gem update --system && gem update gem list showed no local gems I installed a new gem gem...
mikej
Today 09:34 AM
mikej Go to last post
4 5
Okay, so maybe I'm crazy - but I can't seem to figure this one out. I have several controllers (categories, contents, etc.) that I want to load...
Nicholas Young
Today 08:47 AM
Nicholas Young Go to last post
0 2
Hello, I have a rather strange request: as a recruiter, I have to evaluate the technical skills of some candidates for a RoR Developer...
Roxana
Today 07:16 AM
Roxana Go to last post
0 2
i'm reading about memcached, which i never used before. it seems really interesting, but i found discording informations about it...
eugenio
Today 07:16 AM
Denis Haskin Go to last post
4 5
Hello, I want to do the user account activation using restful_authentication for that i have to send a mail to the subscribed user so that i...
madhuri godade
Today 07:09 AM
Srinivas Iyer Go to last post
3 5
Is there a standard way in Rails of terminating a request early with throw or raise? I am thinking of when a controller invokes a private method and...
candlerb
Today 06:00 AM
candlerb Go to last post
6 9
Hi Guys, I'm having a little bit of trouble editing multiple model objects in a single form. I've got a model Person with two attributes: name...
raji
Today 02:27 AM
raji Go to last post
4 5
Hello guys, I have a file named "_bar.html.erb" and located at "app/views/foo/" In "app/views/some_path/sample.atom.builder", neither form of...
Ray
Yesterday 11:58 PM
Darian Shimy Go to last post
3 4
I'm building a CMS. It works great, but I wanted to make the controllers use a sub directory /admin/. So all I did was add admin:: in front of each...
Brent
Yesterday 09:12 PM
Richard Go to last post
1 2
I know this is a bad design on my part, but I was wondering if it was possible to add a fixture or a factory to my tests with the id of 0, I have...
Richard
Yesterday 08:44 PM
Richard Go to last post
0 2
I have a large number of models with attributes like backup_started_at, backup_ended_at; essentially paired dates. To ensure that start dates are...
cnjohnson
Yesterday 06:49 PM
Norm Scherer Go to last post
3 4
hi, I have the following problem: product.controller.rb class Product Controller def show ...... end
simoha
Yesterday 02:53 PM
simoha Go to last post
0 2
On Rails 2.3.4 ... I have a client app that is posting a create to an ActiveResource (actually a HyperActiveResource) in a server app. The...
johnr
Yesterday 01:57 PM
johnr Go to last post
0 2
Hi, I'm writing a service that receives XML posted data. By default action_controller/params_parser.rb seems to try to parse the whole thing to...
Thibaut Barrère
Yesterday 05:13 AM
Thibaut Barrère Go to last post
5 7
I am working on a project that uses quite a bit of conditional logic to display information about groups in a list. The partial that renders the...
ressister
Yesterday 03:11 AM
tramuntanal Go to last post
4 5
Anyone have any ideas as to how I can find out what is causing this? Works fine on my dev box but not on my staging server. I suspect I have been...
icke
Yesterday 02:51 AM
icke Go to last post
3 4
Hi all, Thanks for the help and assistance. I'm not sure why. But when I configured whiny_nils to false, the tests runs. Best regards, On Nov 19,...
Joshua Partogi
11-18-2009 10:27 PM
Joshua Partogi Go to last post
0 2
Hi all, I've just started doing functional testing in Rails. I want to test my controller whether it displays the page correctly or not. This is...
Joshua Partogi
11-18-2009 08:53 PM
E. Litwin Go to last post
2 4
Rails seems to expect views to contain one form field per line. I have several views that put multiple input fields on a single line (e.g. for phone...
Todd A. Jacobs
11-18-2009 06:05 PM
Lee Smith Go to last post
2 7
here are my models (only showing the associations that relate to this post): class UpdateRequest <...
lunaclaire
11-18-2009 05:56 PM
lunaclaire Go to last post
10 11
Hi everybody, I run Linux on my server and am thinking of diving into capistrano for deployment. However I'm not sure whether I should follow the...
Christoph Jasinski
11-18-2009 05:07 PM
Eric Go to last post
1 2
Hey all, I have a weird situation. I've got two different rails applications running right now that seem to consume as much memory as exists on...
Phoenix Rising
11-18-2009 04:24 PM
Phoenix Rising Go to last post
7 8
Am new to ruby on rails. I'm helping troubleshoot a web site written in ruby on rails. I've ftp'd the site to my local machine. And I'm trying to run...
Alex
11-18-2009 03:00 PM
Steven Elliott Jr Go to last post
7 8
For debugging purposes I need to remove the query string timestamp from my image_tag created file names. I have set ENV = "" in both environment.rb...
elliottg
11-18-2009 02:54 PM
elliottg Go to last post
2 5
I'm doing a migration that needs to go through all rows in a DB table and update then. It takes forever and I've narrowed it down to Rails' own...
helzer
11-18-2009 02:36 PM
helzer Go to last post
6 7
Hi I've follow the scrubyt tutorial for installation then I found examples into github http://github.com/scrubber/scrubyt_examples but when I compile...
alberto
11-18-2009 02:21 PM
Michael Gee Go to last post
1 7
hallo everybody, i already googled the following problem, but there are so many questions regarding "has_many :through", that i just couldn't...
MaD
11-18-2009 12:58 PM
Matt Jones Go to last post
2 9
I have a set of models Dog that I want to created a named_scope/ default_scope so that they load in a certain order - I want to specify a list of ids...
eggie5
11-18-2009 12:21 PM
Peter De Berdt Go to last post
2 4
I'm trying to upload files in a rails app with the paperclip gem on shared hosting with bluehost. It works fine locally, but on bluehost whenever I...
rpflo
11-18-2009 11:40 AM
rpflo Go to last post
0 2
Hi, My thinking is not really restful in this matter so I may be trying to do this the wrong way. I want to link to an action needing two parameters...
Martin Westin
11-18-2009 10:44 AM
Martin Westin Go to last post
1 3
Hello! I'm looking for assistance EXTENDING an example from the Agile Web Development With Rails book: Composing Data with Aggregation...
Demetrius
11-18-2009 10:16 AM
Frederick Cheung Go to last post
1 3
After much ado about the naming of model adn controllers... model : Expense controller : Expenses route : map.resources :expenses Here I am using...
Arun Srini
11-18-2009 09:15 AM
ARUN SRINIVASAN Go to last post
4 5
Hi all, I am supposed to upload videos to YouTube from my Ruby on Rails application. The user should be able to upload his/her video to YouTube via...
Rails ROR
11-18-2009 07:35 AM
Rails ROR Go to last post
3 4
Hi I want to know how to connect to picasa from rails. Please help me out. Thanks in advance --
Rails ROR
11-18-2009 05:20 AM
Rails ROR Go to last post
0 3
Hello Friends, I need to write a regular expression which will extract and return the domain name. for example if a user parse any of the below...
Abhishek shukla
11-18-2009 02:03 AM
Abhishek shukla Go to last post
9 10
Hello Friends, I am confused on the way how I have designing of the system. My requirenemt is that - The application provide a user to...
Abhishek shukla
11-18-2009 02:01 AM
Abhishek shukla Go to last post
0 3
I know that link_to supports an :anchor element, but is there an associated helper for generating the anchors themselves? -- "Oh, look: rocks!" --...
Todd A. Jacobs
11-18-2009 01:41 AM
Hassan Schroeder Go to last post
1 4
**this is the error: undefined method `to_i' for :Array **this is the code: sql = ActiveRecord::Base.connection(); @loo = sql.execute("select...
INDRANIL MUKHERJEE
11-18-2009 12:47 AM
nas Go to last post
2 5
Post New Thread

Display Options
Showing threads 1 to 50 of 4222
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  


 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.