search for: hlcfan

Displaying 6 results from an estimated 6 matches for "hlcfan".

Did you mean: hacían
2012 Mar 27
4
render :js => "window.close();" wont work
when i try to do the following in a action render :js => "window.close();" wont work it still response in the browser,but the window wont close. i dont know why.thx! -- *愿爱与喜悦心与你同在! 石岩敬上 大连东软信息学院 计算机系软件工程应用方向 Dalian NEUSOFT Institute of Information 中国-大连市软件园路8号 邮编:116023 **Mail:hlcfan.yan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org* <hlcfan.yan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> *Phone:15242613529* -- 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-/JY...
2012 Mar 12
4
how to design a api?
hi,everyone. now i start to design a api. the url like this http://localhost:3000/api?seckey=123&&post_id=1 the visitor need a seckey to access auth.and get info via json. so i dont think thats a good api. i need your answers.thx -- 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
2012 Mar 27
4
Upload
hello everyone, i have written an upload controller which handles files in a multipart- form. it scans through the bytes to check if it''s an acceptable file. my problem is to get the progress of the upload of a single file. i loop through my params to move every file to the server and it''s working properly. is there a method to check whether a file has been completely
2012 Apr 19
7
install Rails from terminal
I have been having trouble install Rails from the terminal on my new MacBook. I have tried to find a solution on both google and youtube, but I have not find a solution to the problem $ rails -v Rails is not currently installed on this system. To get the latest version, simply type: $ sudo gem install rails You can then rerun your "rails" command. $ sudo gem install rails
2012 Apr 14
2
How to implement sory-by links?
Hello people. I have an app which lists Offers from different Vendors. I want to implement "sort by" links and I''ll do this using scopes in my Offer model. But how should I implement the functionality in the controllers/router? Should I use a member route along with a new controller action (eg. "expiring", or "most_expensive") or just use param queries?
2012 Mar 17
7
Error installing json.........
hi I have installed ruby 1.9.3p125 (2012-02-16) [i386-mingw32] rails 3.2.2 windows 7 I have tried to create a rails project by using the command from command line rails new firstapp the following is the output... Using tilt (1.3.3) Using sprockets (2.1.2) Using actionpack (3.2.2) Using mime-types (1.17.2) Using polyglot (0.3.3) Using treetop (1.4.10) Using mail (2.4.4) Using actionmailer