Displaying 12 results from an estimated 12 matches for "mixplat".
Did you mean:
mixplate
2007 Mar 03
3
configure actionmailer to recieve email on localhost?
hi, is there a way i can configure my localhost to receive email using
smtp? i can out emails fine but now would like to test/get-to-know how
to handle incoming emails.
if on my localhost:3000, do i do anything like below?
ActionMailer::Base.server_settings = {
:address=>''smtp.yourserver.com'', # default: localhost
:port=>''25'',
2006 Jun 28
8
How to obtain clients IP adress
Is it possible to obtain clients adress in ruby on rails?
by
TheR
--
Posted via http://www.ruby-forum.com/.
2006 Dec 09
2
anyone here have a RoR site on netfirms?
i jumped on a deal for netfirms hoping to use their service for my first
rails app. however, their tutorials are lacking and i am having trouble
kicking off my rails application.
here are the directions they gave me:
http://support.netfirms.com/idx.php/26/649/SCRIPTS--APPLICATIONS/article/Ruby-on-Rails-Quickstart-Guide.html
but in those directions, it says nothing about configuring the fcgi
2007 May 08
1
acts as ferret javascript.back fails after a search result
hi,
i use ferret in my application and when the user uses the search, i
return some records. the user then clicks on a result to view details.
on the details page, i have a javascript.history.back to return to the
search result. however, i get the expired results page and the user has
to refresh the browser. is there a simple way to solve this?
thanks.
--
Posted via http://www.ruby-forum.com/.
2007 Jun 06
10
Attachment_fu S3 uploads killing mongrel
I was wondering if anyone here has seen a similar error to this...
>From mongrel.log
/usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/
transactions.rb:85:in `transaction'': Transaction aborted
(ActiveRecord::Transactions::TransactionError)
from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/
configurator.rb:293:in `call''
from
2006 Jun 01
9
Image upload
ok, im done, the plugins file_column and acts_as_attachment doesnt seems
to work for me, i want a simple thing, upload images, resize it to 216px
width, save its filename to a table and save the file to the
/public/images directory, i have searched a lot but all the examples are
too complex, im starting with rails.
If someone can post a example code for the view, controller and model(if
any)
2007 Jun 28
7
new to rails... suitable for what I wanna do?
Hi,
I have created and now maintain the website ratsdeville.com (http://
ratsdeville.com/index_e.html for english) for my brother. He creates
more and more content for it each week and I''m seriously feeling the
pain now archiving everything manually and making sure that links
works once items are archived (which I lost control of).
Like you can see, it is basically a news site about art
2007 Mar 25
1
kind of stuck with new version of ferret gem
....
#{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:201:in
`send''
#{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:201:in
`rebuild_index''
#{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:198:in
`rebuild_index''
#{RAILS_ROOT}/vendor/plugins/acts_as_ferret/lib/class_methods.rb:197:in
`rebuild_index''
2007 Apr 22
1
form_tag using :onsubmit => "confirm('are you sure?')". help
hi,
both ok and cancel buttons submits the form....is there a way that when
the user selects cancel that it doesnt submit the form?
thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2007 May 10
0
rjs: using show and hide, vs replace?
hi,
i was wondering when to use show and hide vs replace?
for example
index.rhtml
<div id ="mynote"
...
</div>
_mypartial.rhtml
<div id ="mynote">
...
</div>
when using replace and rendering partial mypartial...would that be the
same as defining the div id "mynote" to display set to hidden and
updating via show/hide?
--
Posted via
2007 Jun 12
0
how do i cache this?
i have a account controller, where the user can make a post private or
public.
the function that views a public post is in the ''main'' controller.
i put cache :view_post in the main controller, but now if the user
changes the setting in the account controller how can i delete the cache
that is located in the main controller?
each cache file is stored in
2006 Nov 17
3
acts_as_ferret + :tag_list, how to use it?
hello,
i am currently using acts_as_ferret in one of my applications and now
would like to also incorproate tags. i came across somesones blog that
had this:
//////
Having Ferret index method results (like :tag_list) worked
out-of-the-box for me with acts_as_ferret. I specified attributes (table
columns) as strings and methods as symbols, like so:
acts_as_ferret :fields => [?title?,