You cannot post messages because only members can post, and you are not currently a member.
Description:
The official mailing list for the Ruby on Rails project. Where Rails users come to seek help, announce projects, and discuss all kind of matters surrounding the framework and the community.
|
|
|
Using mongrel_rails: Can't install Redmine as win2003 service
|
| |
Hello everyone.
After stugging 3+ hours installing redmine I got success but still
can't install redmine as service (windows 2003).
So here is my problem. I successfully installed redmine and mapped it
to mysql, created database and initialized it with default values.
Last thing I'm trying to do is to install it as service on windows... more »
|
|
Creating a new Y object from X's controller
|
| |
If I am in the controller for Model X, and inside a method there I
want to create a new instance of (i.e. insert a new row into the DB
table for) Model Y, how do I express this? Thanks, R.Vince
|
|
swf_fu doesn't work in IE7 and IE8
|
| |
I've been trying to show a SWF animation using swf_fu but it doesn't work in
IE7 and IE8. In FF it works properly. Did anybody face the same problem?
I've already tried to access the page from many computers and none of them
work.
If you wanna see it, [link]
A swf banner is supposed to be showed below "Destaques" label.... more »
|
|
Super Inplace Editor Plugin - Sort Problem after update
|
| |
I use super inplace control plugin for editing there in place.
when I run this application,
sorting problem occurs
For example
There are two records in my db it shows the list
Name
argentina
alaska
I click argentina and changed to washington , then I refresh the page... more »
|
|
Strategy for Handling Separate Shipping and Billing Addresses
|
| |
Hi - Very new to RoR. I have looked around at different strategies
for handling shipping and billing addresses for an e-commerce
applications. What I am trying to do is to have a user registration
form where the user need to also fill out the default shipping
address. Ultimately, I would like for the users to be able to add... more »
|
|
seed_fu v. populate data from migration
|
| |
Why does this migration fail? Using seed_fu was suggested, which I don't mind, as it looks quite convenient, but I'm scratching my head over the error:
thufir@ARRAKIS:~/projects/rss2 mysql$ thufir@ARRAKIS:~/projects/rss2 mysql$ nl db/migrate/*
1 class CreateUrls < ActiveRecord::Migration... more »
|
|
calling the parent class's method
|
| |
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 the child call the parent class's delete near the end
of the child class's delete method? Thanks
|
|
How do we create functional test when the model has association
|
| |
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 the
test code but encounter this error:
1) Error:
test_create(SprintsControllerT est):
ActiveRecord::StatementInvalid : SQLite3::SQLException:
sprints.project_id may not be NULL: INSERT... more »
|
|
Using the mamp mysql database
|
| |
I have this config file:
development:
adapter: mysql
database: rubyonrails
username: root
password: root
timeout: 5000
socket: /Applications/MAMP/tmp/mysql/m ysql.sock
But when i hit About your application’s environment in the default
index page on [link] i get an error.... more »
|
|
|