search for: masukomi

Displaying 14 results from an estimated 14 matches for "masukomi".

Did you mean: makomi
2005 Mar 04
4
Upgrading broke the .find methods???
...t I want to avoid for obvious reasons. I''ve tried simplifying everything down to the bare minimum Priorities.find(1) and I printed out Priority.table_name to confirm it was still correct. What gives? Did I screw up the upgrade process? Is there some secret bit I need to flip? -Kate (masukomi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org)
2006 Jul 28
8
mass emails
Say we have 20k-50k users signed up for an email newsletter. Does anyone have any data on how well ActionMailer does with mass emails? How long would that take to send? Anything I should watch out for? Thanks, Joe
2006 Jun 21
4
Simplest way to demonstrate a RoR app
Hi, I have built a simple RoR application and would like to show it to some friends. I would like to assign a dyndns URI like "myapp.dyndns.org" address to point to the application. As the WEBrick/Mongrel servers are running in "localhost (so loopback connections)" and I couldn''t bind them to the external server name or couldn''t bind them to my IP
2006 Jun 21
14
[Bounty] 1 pizza for 1 simple plugin
...yourself if you''re going to do that. Clarification: Just to be clear this would result in a page that was littered with these comments around the layout, and essentially every render_* tag. If you had a render in a loop it would end up with these comments around every one. -- - kate = masukomi
2005 Apr 01
11
I want to blog!
This isn''t Rails or Ruby related, but I just need some advice and thought I''d ask the bright individuals here. I want to start my own blog but I''m not sure where to begin. I don''t want to get a blogger account because I want to have my own domain. Blogger also doesn''t have many features. My hosting service is 1AND1 so it supports php, cgi and mysql.
2006 Jul 03
1
ben
Hi, Im attempting to use the sparklines graph plugin, and am reciving the message below. no such file to load -- RMagick Has anyone got any one suggestions on how to go about installing rmagick using rails or any tutorials? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 16
2
how does base camp manage there accounts
hi, Cant find any information this anywhere so was wondering if anyone had any ideas. Basically when you go to basecamp.com it allows you to sign up for a account and gives you a url username.projectpath.com I was just wondering how they do this, and if each account has there own database or if it is all stored in one. thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Jun 22
2
Embed a Rails app within another?
I''m looking for a solution where I could load and render pages from one Rails application within another. I''m looking through the Rails code right now to see if this would even be remotely possible. Does anyone have any ideas? I know the obvious answer would be to proxy the app via Net::HTTP, but this is undesirable because: - I don''t always want to depend on having
2006 Jun 29
1
can i update the page whitout reload it?
hello everybody my name is reynaldo and my question es the next: i have a form whit a combobox and a textbox the combobox have the number of days: 1,2,3,4,etc and i want show in the texbox the result of the number of days for a number for example: when de user choice 1 day, show in the box $200 when de user choice 2 day, show in the box $400 when de user choice 3 day, show in the box $600 when
2005 Dec 17
2
Encrypting files
Anyone know of a good (fast) way to encrypt/decrypt uploaded files in RoR? I''ve seen this project: http://ezcrypto.rubyforge.org/ but it only seems to encrypt strings and such. I need to encrypt files once they are uploaded, then decrypt them when they request the file back. Any ideas? Thanks, Mark -- Posted via http://www.ruby-forum.com/.
2005 Aug 02
8
An initial look at Trails
I''m posting this here because I''m sure that there are a few Rails fans here who are stuck in Java land at work and willing to consider Trails as a compromise. ( Web version here: http://weblog.masukomi.org/index.pl/view/trails ) First let me set the stage I love [Rails](http://www.rubyonrails.com) but I work in a Java shop. There are two of us here but I''m the only one who knows any Ruby and we''re looking to add a couple new hires in the near term and finding a good Java geek...
2005 Mar 05
9
Best practice to manage ''id'' hacking?
In my app, a user logs in [via the login generator] and has access to details of his account, and transactions attached to his account. This is achieved in the standard rail manner by passing the account id or transaction id between the controller and the view. But what is to stop someone hacking the URL or view html to access another account id or transaction id ? eg /account/show/46 becomes
2006 Jul 29
29
Dynamically generating 10k pages per second
Hi, Anyone got an idea of how many web and database servers I''d need to push out 10,000 dynamic pages per second? Fairly simple pages and database queries. I''d appreciate recommendations for hardware. The clients for this project are anticipating large amounts of burst traffic. Joe
2006 Jul 29
9
How to write RoR code
Hi all I took a look to several examples of RoR on different web sites, and I found that it is hard to write a class, in RoR, because I do not understand all the codes used on the source code. jsn -- Posted via http://www.ruby-forum.com/.