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     
It seems like this should be very simple and very common. I'm using "acts_as_rated" plugin to rate images I'm using mislav-will_paginate gem to...
Jeff Pritchard
11-11-2009 11:29 AM
Frederick Cheung Go to last post
5 8
Hi All, This is my first post as in joined just now and have some doubts, I need a to discuss about Rails migrations in detail, I have a doubt on...
sathishkumar sadhasivam
11-11-2009 11:12 AM
Norm Scherer Go to last post
3 9
Hi there, Rails has fantastic Javascript helpers, which I have immediately used for my website. Since some features of my website now rely 100% on...
Tom Ha
11-11-2009 11:05 AM
Tom Ha Go to last post
4 6
Hello, I'm trying to connect to a remote mysql server using a ssh tunnel and activerecord. I know the ssh tunnel is working because I can connect...
mpiskorz
11-11-2009 10:49 AM
Aldric Giacomoni Go to last post
3 7
Hi! again I have another question: I'm using Apach2 (preforks) + mod_rails for deploy my RoR app. Ok, i changed the ownership of al files/dir of...
Penguin Junior
11-11-2009 10:36 AM
Penguin Junior Go to last post
0 4
Hi all, I want to implement a web based application(A B2C e-commerce web site selling textbooks) using Ruby on rails as my server side scripting lang...
Oluwayomi . O.Oluwadara
11-11-2009 09:43 AM
Marnen Laibow-Koser Go to last post
6 7
Its a coursework-do on your own thing.The specified Db are *oracle,MS SQL or MySQL Regards and Respects, Kindness in thought leads to...
Oluwayomi Oluwadara
11-11-2009 09:31 AM
Oluwayomi Oluwadara Go to last post
0 5
Hi, I have a constant in Model like; class Post < ActiveRecord::Base STATES = {:id => 100, :status => "public"}, {:id => 110, :status =>...
Mehmet Davut
11-11-2009 08:46 AM
Mehmet Davut Go to last post
0 5
Hi there, Rails has fantastic Javascript helpers, which I have immediately used for my website. Since some features of my website now rely 100% on...
Tom Ha
11-11-2009 08:27 AM
Tom Ha Go to last post
0 6
Hello, I am installing Rails, with MySQL, based on the steps found at: http://www.wdvl.com/Authoring/ror/Vista/saurabh_bhatia10202009.html The...
Brian Tickler
11-11-2009 07:19 AM
rtacconi Go to last post
4 10
Hi I have some four items in the page one among that is attachment when i leave one mandatory field blank and attach one file and hit submit it will...
karthik k
11-11-2009 06:38 AM
karthik k Go to last post
0 6
tomh wrote: Did you get an answer? I wonder the same thing. -- Posted via...
Pål Bergström
11-11-2009 05:43 AM
Pål Bergström Go to last post
0 4
Hi, I am new to this ruby on rails talk. and also fairly new to rails. As i was working on controller i had faced a new problem. I created...
Vinay
11-11-2009 04:22 AM
Frederick Cheung Go to last post
1 3
hi, i m new to ruby on rails, this question might sound stupid, but i m really confused by the relationship between attributes of the model and the...
mars
11-11-2009 04:20 AM
Frederick Cheung Go to last post
1 5
Thanks Maren. Unfortunately, the DB you advised was not among the ones specified for use.Its a college project that need to be completed in December....
Oluwayomi Oluwadara
11-11-2009 03:37 AM
Oluwayomi Oluwadara Go to last post
0 6
i want to check the given mysql database is exists or not using rails.. i searched the net and found the below SELECT SCHEMA_NAME FROM...
Newb Newb
11-11-2009 02:53 AM
Sijo k g Go to last post
5 6
Hi Everyone, I want to display all the older tweets in my application. I am using jquery plugin(jquery.tweet.js) for that. I am getting only 9...
Nilesh
11-11-2009 02:35 AM
Darian Shimy Go to last post
1 8
I've rebuild my site and many url has changed. I want to redirect 301 these url. However, I don't know how to do it with passenger. Any...
Masuda
11-11-2009 02:29 AM
Darian Shimy Go to last post
2 5
Dear Frienz, Iam using two databases in my application and how to find the current database name? Also how to find the existance of a database? I...
dare ruby
11-11-2009 01:11 AM
Sijo k g Go to last post
1 3
i want to check the given mysql database is exists or not using rails.. i searched the net and found the below SELECT SCHEMA_NAME FROM...
Newb Newb
11-11-2009 12:03 AM
Newb Newb Go to last post
0 2
Hey guys I am very much new to ruby. I was just trying to implement a websrvice example in Ruby on Rails by...
Chinna Gogulapati
11-10-2009 11:20 PM
Sijo k g Go to last post
3 5
Hey All, I'm running into a situation where ruby script/server and ruby script/console are apparently not pulling gems from the same directory. ...
James Englert
11-10-2009 11:04 PM
James Englert Go to last post
6 7
I'm learning Rails and still a little unclear as to what goes where. In my app I want to have Users (which I'll probably use restful_authentication...
AlwaysCharging
11-10-2009 08:32 PM
Marnen Laibow-Koser Go to last post
1 5
Ruby on Rails Programmer - Junior Our client, based in Austin, TX, is looking for a Ruby on Rails Programmer to join their dynamic team of...
amwfllc
11-10-2009 07:43 PM
amwfllc Go to last post
0 3
Hi there everyone! I am looking to add email functionality to my project, whilst following the railsspace tutorial. The book suggests that I add...
RubyonRails_newbie
11-10-2009 07:33 PM
Rick Go to last post
5 9
Hello I have two classes class SolarSystem < ActiveRecord::Base has_many :fow_ss_entries, :dependent => :delete_all class FowSsEntry <...
Artūras Šlajus
11-10-2009 06:41 PM
chris johnson Go to last post
3 21
I'm doing a Rails app. and at a point where I need to send out mails ( confirmation email, weekly newsletter etc.) I'm confused (and overwhelmed)...
Kazim Zaidi
11-10-2009 05:10 PM
Matt Jones Go to last post
2 6
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
11-10-2009 05:03 PM
Foon Go to last post
10 33
Hey Guys out there, i have the idea to make an shell via website in rails, like the tryruby thing. But not to only execute ruby commands. I want it...
Daniel Ernst
11-10-2009 03:36 PM
Jeff Tucker Go to last post
22 25
Friends, I configured acts_as_solr to my application, and on starting script/console, a message comes requring REXML...? How am i suppose to do...
HUNT HUNT
11-10-2009 02:35 PM
Robert Walker Go to last post
1 10
Does anyone know of alternatives to ar_mailer ? I have an existing site using it (1.3.1) mostly successfully, but when an email has, say, an invalid...
Hassan Schroeder
11-10-2009 12:08 PM
Hassan Schroeder Go to last post
0 7
Hi, Does anyone have a ready to use tinymce with image upload capability that either allows to upload pictures through a controller or better yet...
Trausti Thor Johannsson
11-10-2009 10:45 AM
Sandip Ransing Go to last post
1 14
Hi all, I just installed the tiny_mce plugin and it works as advertised. But I can not get any plugin for tinymce to work. They are all...
Trausti Thor Johannsson
11-10-2009 10:44 AM
Sandip Ransing Go to last post
8 33
I know that this question looks like a Webistrano question but since I don’t know much about Ruby, I thought it might be a simple Ruby...
Homer Najafi
11-10-2009 09:58 AM
Homer Najafi Go to last post
0 8
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
11-10-2009 08:56 AM
Rick Go to last post
11 26
Hi list. I've added the following line to my `config/environment.rb` file, within the `Initializer`: config.gem 'mislav-will_paginate',...
Troels Knak-nielsen
11-10-2009 08:03 AM
Zac Zheng Go to last post
12 173
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
11-10-2009 08:02 AM
Marnen Laibow-Koser Go to last post
19 28
im new to mac and ruby but have been through some tutorials using sqlite ive downloaded a plugin for geolocation and it needs mysql for advanced...
dan
11-10-2009 07:23 AM
Rick Go to last post
3 20
I have a model called "Media", database table "Medias". I had to rename that model to "Medium" and the database table to "Mediums". and now when I...
Lady Hawk
11-10-2009 06:46 AM
saravanan bava Go to last post
7 8
I am finding this error.pls help me --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to...
INDRANIL MUKHERJEE
11-10-2009 05:02 AM
Colin Law Go to last post
1 8
Dear all i would like to ask about what is an important issue research in restful web service ...
m87alroby ( AT ) gmail.com
11-10-2009 03:39 AM
m87alroby ( AT ) gmail.com Go to last post
0 6
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
11-10-2009 03:31 AM
Heinz Strunk Go to last post
14 15
I'm not sure what changed, but I started getting errors from the paperclip plugin: An error was received while...
TomRossi7
11-10-2009 02:45 AM
Synth Go to last post
3 53
Hi Friends, I want to know what are ways or how to use the Active Scaffold without Database connection .... I mean Instead of Database I will have...
Antony Nambikkai
11-10-2009 12:02 AM
Marnen Laibow-Koser Go to last post
6 17
Nasty sex in the classroom sex video, Really cute college teen gets her pussy banged by the teacher. ... Naughty Teenage Girl Fucking Her Brothers...
charles
11-09-2009 11:41 PM
charles Go to last post
0 7
Hi list ! More often then not when talking about zena, I find people saying that "we don't need no freakin' CMS, Rails *is* a CMS". I posted an...
Gaspard Bucher
11-09-2009 10:29 PM
Ar Chron Go to last post
6 10
Hi, I've added a couple of validations to my model, however whenever I submit with no information (to purposely fail) in the view form, I just get a...
Chris To
11-09-2009 10:23 PM
Ar Chron Go to last post
3 8
Scenario: An application X, is a PHP app that's been running just fine for quite some time. An application Y is a new Rails app. Specifically, a...
Tim Lowrimore
11-09-2009 08:58 PM
Steven Elliott Jr Go to last post
3 9
I've just added a new thumbnail definition to a class that has attachments using attachment_fu. Since this thumbnail definition didn't exist when I...
Russell Fine
11-09-2009 08:04 PM
Walter McGinnis Go to last post
1 7
Hey everyone, My name is Kent Fenwick, I am developer over at Viewpointr based in Toronto, Canada. I really like Stack Overflow and was excited...
ewakened
11-09-2009 05:13 PM
ewakened Go to last post
0 8
Post New Thread

Display Options
Showing threads 201 to 250 of 4242
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.