Displaying 9 results from an estimated 9 matches for "andrewtimberlak".
Did you mean:
andrewtimberlake
2008 Apr 01
1
Testing workers
...t rely on Backgroundrb?
I didn''t find anything on the Backgroundrb website not on a couple of Google
searches.
Links would be fine.
I keep getting the following error in my functional tests:
"Error while connecting to the backgroundrb server"
Thanks
Andrew Timberlake
andrew at andrewtimberlake.com
082 415 8283
skype: andrewtimberlake
"I have never let my schooling interfere with my education."
--Mark Twain
2009 Apr 13
4
Creating Methods in the Model?
Hey Everyone.
First day diving in to ROR and Ruby...
My question is how do you define methods with in the model class and/or
should I even be doing this?
It is my understanding that you should put as much of the business logic
into the model as possible. I want to do some data manipulation before
I things are submitted to the database
IE (Create a variable out of two submitted via form, as
2009 Apr 29
1
Driving me nuts!!! - Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
I had to put a new HD in, and now I''m reinstalling everything, and
can''t get mysql to fully work. I can''t remember how I fixed it. I''ve
searched everywhere online and can''t find anything.
when I try to use the >mysql command I get this:
Can''t connect to local MySQL server through socket ''/tmp/
mysql.sock'' (2)
My first
2009 May 13
4
Setting flash notice via javascript?
I am using a javascript to redirect to another action. Is there a way
to set the flash [:notice] in the javascript?
So when the javascript redirects, the new action/view picks up the
flash[:notice]?
(I suspect I may have to do something like url?notice=.....)
ideas?
thanks.
2009 Apr 09
4
create_table with unique combo
I need to create a table replacing default integer id with a string id
and making a combo of (id and version) unique primary key. Here is
what I''ve got so far.
class CreateCatalogs < ActiveRecord::Migration
def self.up
create_table :catalogs, :id => false do |t|
t.string :id, :limit => 20, :null => false
t.string :version, :default =>
2009 Jan 23
3
Bug regarding ActiveRecord and TimeWithZone
I''ve discovered a strange behavior regarding ActiveRecord and
TimeWithZone
I''ve seen the error when using SQL Server, I have not yet tried with any
other database.
Here''s output from the console - "User" is a simple model made with a
migration.
-----------------------------------------
>> d1 = User.find(:first).created_at
=> Thu, 21 Jun 2001
2009 Feb 19
8
validate for street
Hallo all,
can someone tell me what can be the regulare expression for this:
"The Road", "The Road 12", "Road", "On the Road 89".
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2009 Jan 26
5
Please help with a routing problem
Hi All
I''m having some issues with the following routes problem.
The routes.rb file ...
map.resources :users
map.connect ''/users/view_payments/:user_id'', :controller =>
''users'', :action => ''view_payments''
The users_controller.rb file ...
def view_payments
@user = User.find[:params[:user_id]]
@payments =
2010 Oct 16
1
Color not displaying when using an autowatchr script
When running RSpec 2.0.0.beta22, I would get colour output in the console
from my specs
Now, with 2.0.0 no color is used.
If I run the rspec command directly, color is displaying again.
I have --color in my .rspec file
Andrew Timberlake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: