• Answers
  • Web

pacman's Profile › Answers

About pacman

Member Since September 9, 2006
Male

Answers


A:

Detecting tranactions in Ruby on Rails

That's not it. the code you linked is just a quick hack intended to verify which transaction method gets called by setting a trace function and printing all the data on function calls when name ...
Submitted by pacman 3 years ago
0 comments


A:

Using Ruby for internal CRM app

Using Rails for the internal app makes even more sence then for an external app :-) As the requirements are (usually) more lax you will be able to use something like Streamlined to add the basic CRUD ...
Submitted by pacman 3 years ago
0 comments


A:

Need help with 'cattr_accessor' ActiveRecord Error

to see a list of installed gems: gem list --local to remove a gem: gem uninstall GEMNAME (i.e. gem uninstall rails, gem uninstall activerecord etc) how original :-)
Submitted by pacman 3 years ago
0 comments


A:

Need help with 'cattr_accessor' ActiveRecord Error

Well, I don't know about the Hivelogic article. But once you have ruby and rubygems setup it should be all easyride. try "gem list --local" to see what gems are installed. Try uninstalling EVERYTHING ...
Submitted by pacman 3 years ago
0 comments


A:

Changing Apple's OS X iCal alarm repeat intervals

AFAIK you can't change the repeat optios there. You do can change the time of the original alarm though. Options are X min/hours/days before/after the event. seems all covered.
Submitted by pacman 3 years ago
0 comments


A:

Detecting tranactions in Ruby on Rails

What I'm trying to do is to make sure certain models are only ever saved inside a transaction. So I wat to write a macro method such that I can do: class Foo < ActiveRecrod::Base require_transaction ...
Submitted by pacman 3 years ago
0 comments


A:

Using Ruby on Rails to build large sites?

the short answer is yes The long answer: Let's cover the basics. * scalability has almost nothing to do with performance. Scalability is being able to add hardware and gain more throughput ...
Submitted by pacman 3 years ago
0 comments

Feed - Subscribe to pacman's Answers

pacman's Activity

  • Last 7 Days
  • All Time
Sign in to Yedda Close
To ask your question please sign in
Thank you for your vote. To make your vote count please sign in
To ask your question please sign in
To send a personal message please sign in
To watch this post please sign in
To submit your answer or comment please sign in
Screen Name or E-mail:
Password:
New to Yedda? Get your free account
Sign Up
Yedda - People.Sharing.Knowledge

Compliments (0)

No compliments were posted on pacman's profile yet.
Go on make pacman's day...
Take a sec and thank him for his help :)
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners