| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Memcache problem solved
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this...
Sathish Thandavan
|
10-29-2009 04:53 AM
Sathish Thandavan | 0 | 5 |
|  | Hi there,
I am pretty new in Ruby on Rails world. Current, I am working with a
single tier ROR application. Came from J2EE world, just wonder...
Suki
|
10-29-2009 04:49 AM
Gianluca Tessarolo | 6 | 33 |
|  | I understand that its easy for someone to do all kinds of nasty things
to a database. I am trying to work on security.
Could someone tell me if the...
Mitchell Gould
|
10-29-2009 04:43 AM
Mitchell Gould | 3 | 9 |
|  | Hi -- I'm confused what :lib in config.gem().
When do I need it to specify?
What should I specify? I know that I need to put the name of...
Hunt Jon
|
10-29-2009 03:53 AM
Conrad Taylor | 4 | 17 |
|  | Hi,
I'm trying to learn how to use Rails on a Mac. Can anyone possibly
point me to a free online tutorial that walks me through all the steps
of...
Frank Guerino
|
10-29-2009 03:27 AM
Conrad Taylor | 19 | 20 |
|  | Hi guys:
I wanna send a html format email with a attachment.
What I do is like:
model:
def weekly_report
address =...
Terry
|
10-29-2009 03:05 AM
srinivasan sakthivel | 2 | 16 |
|  | I just the Authlogic example working and I went to Register myself to
create a user. When I did I got this...
Kevin M
|
10-29-2009 12:08 AM
Kevin M | 2 | 21 |
|  | Hi:
I am a newbie at ROR, and I am grasping my head around Authlogic. I am
having hard time trying to figure out how can I do the following:
in my...
about2flip
|
10-28-2009 10:29 PM
about2flip | 1 | 25 |
|  | Hi!
I want to make mobile phone registration system with e-mail
confirmation.
firstly, When user send the e-mail from the cell phone then user...
Ahmet Kilic
|
10-28-2009 09:46 PM
Ahmet Kilic | 0 | 8 |
|  | Quick question, for example if you have in your controller:
@users = User.all
for user in @users
# blah blah blah
end
what is the best and most...
h3avyarms
|
10-28-2009 08:42 PM
h3avyarms | 2 | 9 |
|  | Hi Folks,
I am trying to rate a user in User model with acts_as_rated.... It
seems like it's not possible even when I use :no_rater option....
Has...
Yang Chung
|
10-28-2009 06:12 PM
Yang Chung | 0 | 10 |
|  | Hey,
I'm trying to work with Scrubyt using one of the examples:
#simple google example
require 'rubygems'
require 'scrubyt'
@data =...
Heinz Strunk
|
10-28-2009 06:07 PM
Heinz Strunk | 0 | 6 |
|  | I have been trying to setup the passenger so that I can run multiple
rails app on it without success.
I found someone suggested following:
Edit...
kitty00
|
10-28-2009 05:23 PM
kitty00 | 13 | 38 |
|  | In my application I have a controller/view that displays the contents
of an audit log file
def audit_log
render :layout => 'table', :file =>...
Tony
|
10-28-2009 04:55 PM
Tony | 2 | 9 |
|  | I got this Ruby on Rails application with incomplete testing, (many
controllers or views do not have unit test at all).
Should I go back to write...
Suki
|
10-28-2009 04:07 PM
Suki | 2 | 7 |
|  | mislav-will_paginate(will_paginate) doesn't work after search.
servers_controller.rb
def index
@servers = Server.paginate(:page => params,...
Duke Yamamoto
|
10-28-2009 03:58 PM
Duke Yamamoto | 2 | 41 |
|  | Hello;
I installed (I guess that's the right term) a plugin in my project
using
script/plugin install
I understand the author has made some updates...
SNelson
|
10-28-2009 12:58 PM
Scott Johnson | 4 | 5 |
|  | I'm using Debian 5.0.3 .
Installed ruby1.8 + rubygems1.8 through aptitude.
Then executed gem install rails, no error messages.
But rails executable...
Bruno Sousa
|
10-28-2009 12:34 PM
Bruno Sousa | 2 | 29 |
|  | I turned on page caching for the index and show actions in a controller
named "posts" in a blogging application.
The caching path is set to...
Deb Prado
|
10-28-2009 11:56 AM
Deb Prado | 0 | 2 |
|  | I am implementing a system for users to easily create a small shop for
themselves. And I've run into a route problem.
NOTE: I've removed a lot from...
Carsten Gehling
|
10-28-2009 11:28 AM
Carsten Gehling | 0 | 3 |
|  | Hi,
I am using Geokit, but I can't seem to properly limit the number of rows
returned by GeoKit
when I do something like this:
Thing.find(:all,...
Peter Laurens
|
10-28-2009 11:20 AM
Peter Laurens | 0 | 4 |
|  | Has anyone had any issues using Cucumber with Lockdown.
in the following scenario, I am logged in as an admin and so should have
:all access rights,...
Damian Jones
|
10-28-2009 11:15 AM
Damian Jones | 1 | 4 |
|  | Hi All,
in the api for has_many, under the :conditions option we see :
Specify the conditions that the associated objects must meet in order...
Chris Drappier
|
10-28-2009 10:26 AM
Chris Drappier | 3 | 35 |
|  | Hello,
I need to render erb template WITH LAYOUT OUTSIDE REQUEST, for example
to generate document in background process.
How can I do this? I know...
Frantisek Psotka
|
10-28-2009 10:23 AM
Frantisek Psotka | 4 | 5 |
|  | I'm attempting to learn Ruby on Rails, but these errors aren't helping.
I'm currently trying to follow the lessons available...
Joe Joe
|
10-28-2009 09:53 AM
Joe dude | 6 | 80 |
|  | Hi All,
I want to test my application with rspec.
In order to test my views, I have written few specs as given in the
examples.
Is there any way...
Rails ROR
|
10-28-2009 09:42 AM
Robert Walker | 4 | 5 |
|  | I'm a newbie to Rails and can't get a site working that doesn't have a
/script/server scripts.
I setup Ruby on Rails to run on Fedora and created a...
Ben Cannon
|
10-28-2009 09:13 AM
Rick | 3 | 7 |
|  | I'm trying to get some opinions on a design I'm floating ("rails way"
or not?). Say I've got an Author model in my Blog application and I
want my...
Lee Smith
|
10-28-2009 08:47 AM
Marnen Laibow-Koser | 5 | 6 |
|  | I just started using rails and am trying to learn fast but I am
confused with what I have read about using group_by and could use some
help...
tyarmas ( AT ) yahoo.com
|
10-28-2009 07:44 AM
tyarmas ( AT ) yahoo.com | 0 | 5 |
|  | Hey,
I want to call a service with HTTPpost behind a BasicAuth using
HTTPClient like this:
client = HTTPClient.new
body = { ......
onomato
|
10-28-2009 07:22 AM
onomato | 0 | 11 |
|  | In my schema, a question has_many :answers. When the validations are
run on a question, and one of the answers is not valid, then i get
"Answers is...
Max Williams
|
10-28-2009 06:50 AM
Saurabh Peshkar | 5 | 15 |
|  | My Rails apps using MySQL and sometime timestamps, created_at and
updated_at, become NULL.
Why it fails to record?
Does anyone know about...
Masuda
|
10-28-2009 06:46 AM
Masuda | 2 | 7 |
|  | Hi All,
I have used the contacts gem to import mail accounts contacts for invite
friends’ module in my application.
It was working perfectly; I...
Sathish Kumar
|
10-28-2009 06:44 AM
Sathish Kumar | 2 | 41 |
|  | on this forum lot of people calling controller methods in rake task to
remove cache some one trying to remove directories to and sub
directories for...
Usman Ali
|
10-28-2009 06:19 AM
Usman Ali | 0 | 1 |
|  | Hi All,
I want to handle the id parameter for social networking site
For example:
If the user logins to the site having id=1, he can show his...
Saurabh Peshkar
|
10-28-2009 05:35 AM
Max Williams | 6 | 7 |
|  | im trying to learn how to handle http
here is the scenario:
www.mysite.com performs an HTTParty.post to www.2ndsite.com
www.2ndsite.com processes...
J
|
10-28-2009 05:09 AM
icke | 2 | 7 |
|  | Hi Guys,
Is it good to develop one web application in both platforms one with
Rails and other may be like Php,Phyton and Perl?If Good Give...
Suri SS
|
10-27-2009 09:14 PM
Conrad Taylor | 6 | 7 |
|  | In Rails 2.3.4 I have the following error on my production machine, ruby 1.8.7
(2008-08-11 patchlevel 72) , but not on my development machine,
ruby...
Jeffrey L. Taylor
|
10-27-2009 07:03 PM
Jeffrey L. Taylor | 9 | 86 |
|  | Hey group,
In my view I'm iterating through the columns of a csv file to map my
DB fields to my csv columns. I'm using the map_fields plugin...
internetchris
|
10-27-2009 06:15 PM
internetchris | 1 | 22 |
|  | *Fukuoka Ruby Award*
http://www.f-rubyaward.com/index_en.html
The Government of Fukuoka Japan, together with the Fukuoka Ruby Award
Selection...
Marc Musteric
|
10-27-2009 04:43 PM
Marc Musteric | 0 | 6 |
|  | i got a module x and then a class z and inside this class i do a
Net::HTTP call and it looks for it inside module x ... and i am
clueless...
i get...
Vic P.h.
|
10-27-2009 03:24 PM
Vic P.h. | 2 | 6 |
|  | How does the :default option differ from just setting the key value
pair at the end of the route?
For example:
map.connect 'index/test/:foo/:bar',...
RubyOnRailsNoob
|
10-27-2009 02:49 PM
Marnen Laibow-Koser | 1 | 9 |
|  | I've been handed a new design for an edit view with a form, that
allows the user to move on to the next object in a list. This means
that there could...
lunaclaire
|
10-27-2009 02:07 PM
lunaclaire | 4 | 12 |
|  | I update rails from 2.0.2 to 2.2.3, and I start server by ruby
script/server or mongrel_rails. But when I use my system, for test of
view, the system...
Michael Gao
|
10-27-2009 01:54 PM
Norm Scherer | 1 | 4 |
|  | Hi:
I am using authlogic, and following railscast tutorial. I am running
into this error code with the password confirmation.
authlogic password...
about2flip
|
10-27-2009 01:23 PM
Frederick Cheung | 14 | 66 |
|  | Has anyone been able to get Rails talking to Microsoft SQL Server from
OSX Snow Leopard? In the past with Leopard, I used the instructions
found...
TomRossi7
|
10-27-2009 11:32 AM
Ken Collins | 9 | 27 |
|  | I have a need to send mail from more than 1 SMTP account in Rails and
I stumbled upon this...
Tony
|
10-27-2009 10:40 AM
Tony | 0 | 11 |
|  | macpro:photos peterr$ rake photos:reset
(in /Development/photos)
== CreatePhotos: migrating
===================================================
--...
Peter Ritchie
|
10-27-2009 10:22 AM
Peter Ritchie | 2 | 14 |
|  | Hello Friends,
In my application when user registered default theme for that use is
created in "temp_thems" folder which is not rails root...
Ghanshyam Rathod
|
10-27-2009 09:47 AM
Ghanshyam Rathod | 0 | 2 |
|  | Hi all,
I need to call a Oracle function from Rais.Does anyone have some
experience with it?
Thanks,
Rafael
--
Posted via...
Rafael Roque
|
10-27-2009 09:42 AM
Alex Rothenberg | 1 | 6 |