search for: surdi

Displaying 20 results from an estimated 21 matches for "surdi".

Did you mean: sardi
2006 Jun 23
5
create session only for logged-in
i was wondering how a blog db has grown by about 15 mb in a week or two. it turns out its the sessions table.. so ive tried this: class ApplicationController.. session :off end class AccountController session :only, :login end and now, its impossible to login, and nothing ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just
2006 May 24
2
Gallery2 integration
Is anybody working already in a gallery2/rails integration? I need to use it as part of my project, so, before start from scratch with it I''d like to know if already is something out there. Thanks.
2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi, I''m trying to call a remote function when a combobox option is selected, passing as an argument the current value of the combobox (paramenter "panel_id": <select id="server_interface_jack_switch_panel"
2006 Apr 28
4
Existing Tabs Helper?
Hi. I''m going to start writting an ajax "tabs"" helper, but before starting to reinvent the wheel (and in order to avoid DRO : don''t Repeat Ourselves :-) ) I wish to know if there is any project for this already. Thanks.
2006 Aug 10
1
reusing previous code
Hi, I have a couple of controllers, views, models and mailers for a given functionality (for example, user registration). ?what is the best way to share them between multiple applications so that I don''t have to copy them over and over again? Thanks.
2006 May 12
1
ActionMailer without rails
Hi. Could someone post here a simple example of sending a mail throught a smtp server from ActionMailer but *outside* rails?? I mean, a simple script starting with: require ''rubygems'' require_gem ''actionmailer'' #stuff that sends some text by smtp I''ve been trying but I can''t get it to work. Thanks everybody.
2006 May 20
2
Migrate database to a new one using migrations.
Hi, I''ve an applicattion actually in production wich i wrote in php last year. Now, I''m working on a new version in Ruby/Rails. So, can someone tell me how can I generate a migration so that every time I run it the "data" from the old db get''s copied to the new one?? Note that _I''ve already the schema, I want something that automatically could
2006 Apr 15
2
Users authentication & Autorization
Hi, Is there any documentation about this??? any guideline to be started with?? I''m googled a bit, but I can''t find anything relatively serius about this. Hope someone of you have a GURL (Good URL). Thanks :-)
2005 Dec 16
1
jedit rhtml autocompletion
Does the jedit ruby plugin have rhtml autocompletion??? (autocompletion of embedded ruby code and html tags...) thanks.
2006 Feb 25
1
Why this doesn't work??
...he excludes in this command: rsync -n -a -v --delete --timeout 120 --exclude '/sys/' --exclude '/tmp/' --exclude '/stuff/' --exclude '/mnt/' --exclude '/proc/' --exclude '/var/tmp/' --exclude '/usr/portage/distfiles/' --exclude '/home/msurdi/.thumbnails/' gaia:/ /usr/backups/gaia.0/ The excluded dirs are still being included... what's wrong?? Thanks.
2006 Feb 28
1
Crazy excludes
.../usr/backups -bash-2.05b# ls .backup.gaia.sh.swp backup.gaia.sh ------------------------------------------------------ #NEXT COMMAND IS ENTERED BY HAND IN THE SHELL ------------------------------------------------------- -bash-2.05b# rsync -a -v --delete --timeout 120 --exclude='/msurdi/*' localhost:/home/ /usr/backup s/gaia.0/ Password: receiving file list ... done created directory /usr/backups/gaia.0 ./ msurdi/ test/ test/aaa.txt sent 75 bytes received 195 bytes 77.14 bytes/sec total size is 0 speedup is 0.00 -bash-2.05b# ls gaia.0/msurdi/ ---------------------------...
2008 Feb 08
1
Centos 5 on i586
Is possible to install Centos 5 on a 586 CPU? (cpu_type = 5) Thanks a lot.
2006 Mar 12
1
Problem with --partial and rsync algorithm
Hi, I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* --exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/* --exclude=/stuff2/ftp/* --exclude=/stuff2/backup/* --exclude=/home/ftp/* --exclude=/home/gentoo/* --exclude=/mnt/*
2006 Aug 28
4
SMTPSyntaxError (501 <>: missing or malformed local part)
I get this when trying to send out an email. What exactly does this error mean? ________________________________________ Net::SMTPSyntaxError (501 <>: missing or malformed local part ): /usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' /usr/lib/ruby/1.8/net/smtp.rb:653:in `getok'' /usr/lib/ruby/1.8/net/smtp.rb:635:in `rcptto''
2005 Dec 27
6
Best Environment for development
This is a newb question, and probably one that is a matter of taste more than objective merit. I''m working on a home server, running Linux [FC 4], hosting a website [look for generocities.com shortly]. I have a delightful new Windows XP Pro Dell Inspiron 9300 laptop. What would the community recommend for the environment in which I develop? I don''t mean technologies like RoR
2006 Jun 08
0
Cleaner way to do this
is there a cleaner way to achieve this? // Is this the correct way? def show_servers @server_pages, @switch_servers = paginate :servers, :conditions=>["id in (select server_id from server_interfaces where server_interfaces.switch_interface_id in (select id from switch_interfaces where switch_id = ?) )",params[:id]], :per_page => 20, :order => "name" render
2006 Apr 17
0
AcctionMailer templates
Is posible to use helpers in ActionMailer templates??? When I do: <%= link to ''my link'', :action=>''someaction''%> in the mail template, I get the following error on the browser: undefined method `url_for'' for #<AdminMailer:0x8ebdfcc> Thanks.
2006 Apr 26
0
upload_progress
Hi, Is possible to change the Default text "Upload starting..." when a file is being submitted with this plugin??? I cant find the way to do that. Thanks.
2006 Feb 03
0
One table with two keys to another table
Hi, I''ve a table, say "ProductNames" with fields (id,name) and another table "Products" with fields (id,name1_id,name2_id,name3_id) How should I map this with RoR? Thanks
2003 Jun 17
1
unsuscribe
how mus i do to unsuscribe?? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/