Displaying 10 results from an estimated 10 matches for "getintothi".
Did you mean:
getintothis
2005 Nov 18
10
[Request] file_column configurability
...in a Users table.) Along the same lines, it would also be very nice
if the developer could change the location where file_column stores the
images. Say instead of using the model name, I want to store everything in
$RAILS_ROOT/public/assets/profiles/<username>
Thanks!
--
- Ramin
http://www.getintothis.com/blog
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 19
4
need some help designing my messaging system
I am trying to create a messaging system for my users but I''m having a
hard time designing my db. This is what i have in mind, but I am not
sure if its the best approach.
user has_one inbox
user has_one outbox
inbox has_many messages
outbox has_many messages
inbox table
user_id
outbox table
user_id
messages table
box_id (refers to either inbox or outbox - how?)
from_id
to_id
2005 Jun 14
7
OT: US city proximity search
Does anyone know where I might be able to download/purchase a database of US
cities and their longitude/latitude coordinates? I''d like to provide a
search option on a website that allows users to search by city but include
cities in the surrounding area.
Thanks,
Carl Youngblood
_______________________________________________
Rails mailing list
2005 Sep 09
5
file_column: patched for imagemagick and validation
Hi all,
I patched file_column to add imagemagick transformations of uploaded
content. I added an options hash, and it takes the :magick and
:format keys. :magick is a string of imagemagick command line options
for convert (Reference:
http://www.imagemagick.org/script/convert.php). Format is an optional
extension for the finished image. If Imagemagick recognizes the
extension, then it will
2005 May 08
3
[OT] Linux Development Environment - suggestions
...t in a global area or under my own user folder
or under each project? Am I supposed to create a new trac env. for each
project or do they all share the same env.? The same question would apply to
svn as well I guess.
Thanks in advance to any help regarding this matter
--
- Ramin
http://www.getintothis.com/blog
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2005 May 10
6
How not to use AJAX
Hi all,
Just ran across this article
http://blog.taragana.com/index.php/archive/how-not-to-use-ajax/
and was curious what the consensus is on the bookmarking and search
indexing problems. I remember seeing something about bookmarking on the
list. Thanks,
Ben
--
Ben Jackson
Diretor de Desenvolvimento
INCOMUM Design & Conceito
ben-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org
2005 Nov 03
12
Installation of plugins/gems/mix-ins confusion
I''m running 0.14.2 and am a little confused as to the best way to
install mix-ins. I''m specifically using "acts_as_paranoid" as an
example (as it is one of the simpler implementations). It is a gem and
can be "installed" as a gem, but then what''s the best way to integrate
it into my app (require_gem?). I''ve seen recommendations to require it
2005 Dec 21
2
Missing error page templates
Whenever I get any errors on my application, I don''t get the regular
rails error page with all the debugging information. What could''ve
cause this? This is from the logs:
ActionView::ActionViewError (No rhtml, rxml, rjs or delegate template
found for /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/templates/rescues/template_error.rhtml):
2005 Apr 24
4
Typo 2.0
I''m proud to announce the 2.0 release of the typo web logging engine.
What started as a toy project while
I was waiting for a client at starbucks now became a prestige open
source project with tons of modern features a dedicated dev team and
even its own hosting service!
Get it at http://rubyforge.org/projects/typo/
The 2.0 release has been long coming. Here are some of the new
2005 Apr 14
6
Ruby/Odeum Full Text Inverted Index Extension
Hello Everyone,
Announcing the Ruby/Odeum library--a full text inverted indexer for
Ruby:
http://www.zedshaw.com/projects/ruby_odeum/
Ruby/Odeum is an extension that wraps Mikio Hirabayashi’s QDBM Odeum
library for fast reverse indexing of documents. It supports indexing
documents by their words, breaking the text into words, normalizing the
words, searching, and attaching meta-data to each