Displaying 20 results from an estimated 4000 matches similar to: "[Bounty] 1 pizza for 1 simple plugin"
2005 Mar 04
4
Upgrading broke the .find methods???
I just updated to rails (via gem) and now all my .find..... methods
give me "wrong number of arguments(3 for 0)" with the exception of
find_by_sql which works fine but 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
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 Jul 22
1
browser_detect plugin
I just knocked up a quick plugin based on Rafael Lima?s Javascript which
was inspired by the Browser selectors in CSS post by 37signals.
It?s pretty naive at the moment, but could be nice to build on in the
future. It adds two helper methods available in your views - browser_is?
and browser_name
<%= browser_name %> => mozilla (or whatever)
<% if browser_is? :mozilla %>
do
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 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/.
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 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 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he
suggested writing a book on the same topic... so I did! The Money
Train is an e-book about building e-commerce sites using Ruby on Rails.
Read my blog entry about it at http://www.bencurtis.com/archives/
2006/06/rails-e-commerce-e-book/ or head to http://
www.agilewebdevelopment.com/book to dive right in.
As always, a big
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
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 Jun 12
3
standard way of downloading & using rails standard plugins
Hi,
I am a newbie to ruby & rails.
Can anybody give me some inputs as to how to download & use standard rails
plugins.
Any help regarding this will be greatly appreciated.
--
If not you then who.....
If not now then when......
-----------------------------------------------------
With Best Regards,
Medha.
-------------- next part --------------
An HTML attachment was scrubbed...
2006 Jun 10
5
[REL] Manage Fixtures 2.0.0
Just released a new version of the _Managed Fixtures_ plugin, previously
known as _Export Fixtures_.
The name change comes with some added functionality for managing the
fixtures, primarily with two new import tasks for importing specific Models
or all of them within the test/fixtures directory.
Both new import tasks take the exported fixtures, and allow you to directly
import one, or all of
2006 Jul 10
3
search plugin?
All,
I know there are 3 or 4 search plugins out there.
I''m trying to find one that will allow me to search associated fields.
My database content is pretty small, so efficiently is not so
critical. On the other hand I have ton of :belongs_to type fields, so
I need something that works well with the Rails models.
Any recommendations?
== Example of what I need to work
Assume I have a
2006 Jul 11
4
validates_unlike plugin
Validates Unlike Plugin (v 0.1)
========================
Validates Unlike plugin validates that the value of the specified
attribute doesn''t match against the regular expression provided
Class Contact < ActiveRecord::Base
validates_unlike :comment, :with =>/html|http|onclick|onmouseover/ ,
:message => "comment can''t include: href,http,onclick,onmouseover."
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
2006 Jun 22
4
Shop plugin?
I hope I''m not completely off-base here but is there a shop plugin for
ruby/rails that means I don''t have to write the code for a shop from
scratch? Can''t seem to find one...
Thanks!
Bex
--
Posted via http://www.ruby-forum.com/.
2006 Jul 10
4
Advice on handling money
Hi,
I''m trying to handle money within an online store I''m building and I''m
very stuck. I understand that using a float in the db is bad because
of "rounding errors", and that storing the price as an integer is the
best way forward. I know this has been brought up before on the list
and I have search the archives but can''t find a good way forward.
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event
12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper
(3601 26th. St.; SF, CA). For details, see
http://cfcl/rdm/beer_and_pizza.
I''d like to be able to give the restaurant some idea of the size
of table we''ll be needing. So, if you are planning to attend,
please drop
2006 Jun 13
4
script/plugin discover breaks?
Hi everyone,
I was trying to discover some new plugins, but the script breaks at a
certain point:
$ ./script/plugin discover
Add http://delynnberry.com/svn/code/rails/plugins/? [Y/n]
Add http://svn.recentrambles.com/plugins/? [Y/n]
Add http://svn.hasmanythrough.com/public/plugins/? [Y/n]
Add http://www.svn.recentrambles.com/plugins/? [Y/n]
Add http://sean.treadway.info/svn/plugins/? [Y/n]
Add
2005 Oct 28
1
SF Beer & Pizza SIG - review and forecast
Wednesday''s Beer & Pizza SIG was attended by about a dozen Rubyists,
plus one extremely well-dressed gentleman (no hacker he!) who was on
the prowl for Rubyists to hire. Beer and Pizza (among other things)
were consumed, Ruby (among other things) was discussed, and everyone
appeared to have a good time.
The upcoming SIG will, as announced previously, be held just up the
street at