Displaying 12 results from an estimated 12 matches for "tozzato".
2007 May 14
3
RAILS on UBUNTU
...ve two questions..
a) which editor to use?
b) is there any *session disabled* option in rails? my app is working but I
can''t login.. :O
(this is my installation)
http://www.urbanpuddle.com/articles/2007/05/09/install-ruby-on-rails-on-ubuntu-feisty-fawn
thank you! :)
--
Emanuele Mek Tozzato
Los Angeles - California
+1 310.980.5555
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane....
2006 Jun 24
1
select or select_tag ?
...id]">
and the other
<select id="tesi_controrelatore_id" name="tesi_controrelatore_id">
my class can be saved just using the first one. but now I''ve problem
with the ''option prameter'' :<
I''m a bit confused :)
--
Emanuele Tozzato
mob +39 329 29 56 995
icq 30 77 52 76
web mekdigital.com
2006 Jun 28
1
HELP! adding new object to @objects...
hello all!
I''m in deep shit for my exam tomorrow! :)
as you can see, I want to search with Tesi.search with all params
arriving from form ''se''
so I need to add the @tmp result to @tesis collection if not empty..
If I use an array for @tesis I can push @tmp but then I got errors
in .rthml
If I use @tesis = Tesi.new I can''t push (I don''t know how
2010 May 24
2
Use of <![CDATA[............]]> on rxml
How can I put something like this on a rxml, in one line of code and
generating only one line on the xml ?
<name><![CDATA[Steve]]></name>
--
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
2006 Nov 04
0
(no subject)
--
Emanuele Tozzato
mob +39 329 29 56 995
icq 30 77 52 76
web mekdigital.com
2009 Apr 02
2
Ruby 1.9, Rails 2.3.2, and MSSQL issue
I am having a strange issue. I have upgraded to ruby 1.9.1 to do some
testing on one of my machines. My app accesses a MSSQL database to
pull in some information. Everything worked fine with ruby 1.8.6, but
now if I try to navigate to a page that accesses that database I get
this error:
DBI::InterfaceError in PagesController#company
Unable to load driver ''ODBC'' (underlying
2009 Mar 02
3
Truncate function and html tags
I have a text field in the db for the body of user posts. Users
submit the posts using the tinymce editor, which allows certain html
tags. The posts are stored in the db with allowed html tags directly
in the post, so I could have something like:
<p>This post will try to eliminate the confusion regarding rails and
the truncate function.</p>
I am trying to display the first 300
2009 Sep 03
7
Strange NoMethodErrors in production mode, I just don't know what to do.
Hi,
thanks for reading. Since hours, I am facing a problem and it seems
that I am not able to solve it.
Let''s say, I''ve got a model called "AnnotationType". This model has
got a method called "foobar(x)". It''s just so simple. I can access
this method in my unit tests, in the console (all modes), but if I
start the server in production mode and try
2010 Dec 01
10
How to Redirect from http://mysite.com to https://www.mysite.com on Herok
Hello I''m looking to learn how to redirect all non-www (mysite.com) to
https://www.mysite.com
I tried the following:
class ApplicationController < ActionController::Base
before_filter :check_uri
def check_uri
redirect_to request.protocol + "www." + request.host_with_port +
request.request_uri if !/^www/.match(request.host) if Rails.env ==
2006 Jun 25
0
ITalian Railers!
non dimenticatevi di rails.it! l''ho scoperto oggi e penso che dovemmo
metterci tutti un po'' di impegno! :)
saluti, mek from venice/it
2008 May 25
0
TMail and logger
Hello,
I''m the creator and ror developer of vipc.it, a photographic
competition that works pretty well.
I''ve created different releases and implemented different techniques
to collect entries, from simple http to flex upload to manage big
files (up to 5/6 mb), but every solution always had disadvantages:
unresponsive server, user from many countries with old computers
(problem
2008 Aug 22
0
acts_as_leashed, my first 'plug-in'
Hey!
Have you ever had the feeling that that source code you have just
deployed could be copy-pasted and reused with the help a front-end guy
without your authorization? I do! So I wrote a (ridiculous) line of
code that triggers an external ''alert'' application that "calls home"
in case of need.. I put this in a tiny plug-in, what do you think?
Probably a gem version