search for: sjonfg

Displaying 9 results from an estimated 9 matches for "sjonfg".

Did you mean: jong
2005 Mar 29
7
Fade Anything Technique (FAT)
Has anyone used the built in FAT (Fade Anything Technique) that exists in 0.11.1 of Rails? I could not find anything in the documentation so I was wondering if anyone has any code snippets on how they used it? Thanks for your help. John
2012 Oct 05
1
Looking for Ruby on Rails Developers & Testers for Full time Job Opportunities
...ge and Experience: Scripting ability in Ruby on Rails, Python, and Perl, and shell in a Unix/Linux environment is preferred Exposure to Java, Objective C languages is preferred Thanks & Best Regards, Gauri Technical Recruiter Flexton Inc. Tel| 408-845-9400 ext-111 Email: gauri-B3Pr+cs2HX6BUy7/sJONFg@public.gmane.org URL: www.flextoninc.com Attachments: http://www.ruby-forum.com/attachment/7778/Ruby_on_Rails_Developer___Tester.docx -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T...
2005 Jun 06
14
Handling Images And Rails
On my website people will be able to upload images of themselves. I was wondering how people are presently handling uploading, resizing and optimizing images in Rails? Do you use a specific piece of software to do it? What would you guys recommend? Any code from RailsDay? :-) Also, do you guys store the images in the DB or just as files? What do you suggest? What are the pros and
2005 Mar 23
1
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
I am getting random can''t connect to MySQL server errors on my Rails application located at http://www.thedatingguy.com/blog Do you have any clue why this is happening? This is the error: Mysql::Error (Can''t connect to local MySQL server through socket ''/tmp/mysql.sock'' (61)):
2005 Dec 28
1
making has_and_belongs_to_many save more elegant
When a user creates a post I also want to save all the tags associated with it. I do that in the post_controller like this presently: def save @post = Post.new(@params[:post]) @tags = Tag.new(@params[:tags]) @post.user_id = session[:id] if @post.save @tags.title.split('','').each do |tag| present_tag = Tag.find_by_title(tag.strip) present_tag =
2005 Jun 01
3
Mixing Controllers
I have a login section that is part of my view from my sign_up controller. Validating my user happens through a login_controller. Now if validation is good it is ok because I have a redirect in my login_controller. But if the login is not successful I have to go back to my view from my sign_up controller. Using redirect makes no sense because my @user_login object is lost and so are
2005 Jun 12
1
Overwritting Countries Constant
Is there anyway to overwrite the COUNTRIES constant that is being used by country_select? Thanks :-)
2005 Jun 27
0
"End of file reached" - Postgres
I am looking at moving over one of our website to postgresql. I think we got everything working but now we are getting an "End of file reached" error when trying to access any of our pages. Anyone ever see that before in rails? John Kopanas
2014 Nov 05
0
Lustre build and install on Ubuntu
Hi, I have 2 questions regarding building and installing Lustre server on Ubuntu. We have a running Lustre setup on RHEL and now trying to build and install on Ubuntu. 1. Whether latest Lustre (2.6+) server can be built on Ubuntu with the same steps as for RHEL? Or are there different steps for Ubuntu. 2. Has anyone tried this before and/or Whether Lustre2.6.x