Displaying 14 results from an estimated 14 matches for "blogsaic".
2006 Aug 17
3
file_column do download from URL
Is there a simple way of forcing file_column to download file from given
(ex. in form) url instead of uploading it manualy?
I know:
http://blog.caboo.se/articles/2006/01/09/file_column-magick-and-versions
require ''open-uri''
Attachment.find_first.filename = open(url)
if not working as expected... what is interesting is that:
>> @a =
2006 Sep 23
8
acts_as_rateable plugin help!
Hello,
I am having some trouble figuring out how to use the rateable plugin. i
followed as close as the directions located at
http://www.naffis.com/blog/articles/2006/08/31/rails-ajax-star-rating-system
but i fail at working it.
i am getting this error
You have a nil object when you didn''t expect it!
The error occured while evaluating nil.rating
Extracted source (around line #1):
1:
2006 Aug 18
0
call for help
to test new Rails site at http://www.blogsaic.com/
signup and help in the design phase of a new rails site...
blogsaic is a great way to drive traffic to yoursite too if thats all your
after
but it really needs some loading, while I work on the stats system
cheers
dion
--
www.blogsaic.com
search, post, blog
-------------- next part ---...
2006 Aug 16
0
Beta testers needed for RoR site
Blogsaic.com is great new blog advertising site that uses images instead of
a text description to advertise the purpose of the blog.
http://www.blogsaic.com/
this site is in early development and needs beta testers to help develop the
sites content.
Content is user generated as opposed to using search bo...
2006 Aug 10
0
quickk fix for engine on dreamhost with 1.1.5
...e.rb:18:in `require__'':
no such file to load -- rails_version (MissingSourceFile)
quick and dirty
e.g engines.rb
begin
#require ''rails_version'' # Rails 1.0, 1.1.0
#rescue
require ''rails/version'' # renamed as of Rails 1.1.1
end
cheers
dion
www.blogsaic.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/030093b4/attachment.html
2006 Nov 04
0
google ig
has anyone written a google ig gadget using their rails apps?
cheers
dion
--
www.blogsaic.com
search, post, blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060821/213ecd03/attachment-0001.html
2006 Nov 04
0
adding an association to the logine_engine user model
...odels/user.rb I will have
to overwrite all the functions in the login_engines model
this seems a redundat waste...
but I need to add a has_one association to my User like so:
class User < ActiveRecord::Base
has_one :tile_stat, :dependent => :destroy
end
any tips?
cheers
dion
--
www.blogsaic.com
search, post, blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060902/d17c2d4c/attachment-0001.html
2006 Jul 30
1
FileColumn - Validate Before Saving
file_column is great -- but I need a way to run through the validations
(ie: validates_file_format_of) before saving. That is, when a user first
uploads an image it is displayed in the view but not ''saved'' until they
click the ''Save'' button on the form. I want to display an error
message/disable the ''Save'' button if the file they just
2006 Aug 19
22
Wazzup with the rubyonrails-talk Google Group?
I just got a Google Groups notification that I had been
subscribed to http://groups.google.com/group/rubyonrails-talk.
Looking at the page, it appears that about 4300 folks have
been subscribed. However, I saw nothing about this on
rails@lists.rubyonrails.org. Wazzup?
-r
--
http://www.cfcl.com/rdm Rich Morin
http://www.cfcl.com/rdm/resume rdm@cfcl.com
2006 Sep 20
17
Newbie : What is the number Rails adds in images URL, etc?
If I write :
<%= image_tag "rails.png" %>
I get in HTML :
<img alt="Rails" src="/images/rails.png?1158095722" />
What is the number at the end of the src tag ? What is it for ?
Thanks :).
Nicolas.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2006 Aug 15
7
Programmer Needed For a Game Development Project
Programmer is responsible for writing Ruby on Rails code which will interact with both MySQL and PostgreSQL databases, Memcached, and paypal. Additional skills required are advanced Javascript, XHTML, and CSS knowledge. You will be working with other programmers to finish the project which is already in active development. Programmers with experience working on high traffic websites (5+ million
2006 Nov 28
7
RoR Logs viewer?
Ok another newbie question.
I did a tail -f on the test.log file for the sample depot application
in Agile Web Development book and was very impressed with the formatted
log entries. Apparently, a lot of effort has been put into this. My
question is: what is the most effective way of viewing this log? tail
command? I ask this question because a bare bones text editor like
gedit or vi will not
2006 Aug 09
8
AJAX image manipulation
I have this code in a controller that returns images to my browser...with
ROR.
def index
@products = Product.find_all_ pictures
end
....this is the .rhtml..
<% for photo in @pic -%>
<div class="entry">
<img src="<%= photo.image_url %>"/>
<h3><%= h(photo.title) %></h3>
<%= photo.description %>
2006 Sep 19
18
Open Source UML Tool for Ruby on Rails?
I am new to web development, Ruby on Rails, and UML as well. I was
wondering if there were any free tools available for UML design.
There is a list of free tools on wikipedia under UML tools, but I don''t
understand if I need a tool that supports the ruby language. If anyone
uses a free UML tool for designing Ruby on Rails apps, please let me
know what you use.