search for: home_page

Displaying 13 results from an estimated 13 matches for "home_page".

2006 Jan 31
3
Lost in routing
...les based system where my controllers are all under modules. So the structure looks something like: app/ controllers/ message/ news_controller.rb email_controller.rb library books_controller.rb pictures_controller.rb home_page_controller.rb Each of those controller has it''s own view, and there''s a central application.rhtml for the layout. The layout has in it links to each of the controllers using the form: url_for(:controller => ''message/news'', :action => ''show'...
2007 Aug 21
7
Signin to LinkedIn
Hi, Does anyone have the formula for getting logged into LinkedIn? Here''s my current attempt: require ''rubygems'' require ''mechanize'' agent = WWW::Mechanize.new home_page = agent.get(''http://www.linkedin.com'') signin_page = agent.click home_page.links.text(''Sign in'') puts "\nSIGNIN PAGE" pp signin_page login_form = signin_page.form(''login'') login_form.session_login = ''LOGIN''...
2006 Dec 22
2
erubis on rails
...owing error? undefined local variable or method `page'' for #<Erubis::Helper::RailsTemplate:0x27557fc> Even though the partial is being rendered from another page with the following statement: <%= render :partial => ''node'', :locals => { :page => @home_page } %> Any ideas how you can pass a local to a partial when using erubis? Thanks, Mark -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gr...
2006 Jul 10
7
How to obscure/encrypt password parameter?
Hi all- I am building an application that includes a login screen. During development I found that user passwords are logged by Rails in plain text -- this will not be acceptable to my users. Is there a way to obscure/encrypt incoming password parameters or not write them to the log files at all? One thought was to use Javascript, but I was not sure how secure that would be. Thanks, Josh
2006 Feb 26
16
MySQL GUI for OS X
G''day everyone, I''ve got Rails up and running, but am having trouble finding a stable MySQL client for OSX. I was looking at the ''Creating a weblog in 15 minutes'' screencast from rubyonrails.org - what MySQL client is David using? I''ve found the MySQL clients (Administrator / Query Browser) to be highly unstable and rather pathetic under OSX. If
2018 May 25
1
Urgent - R help - Multivariate - Naive Bayes code for R
...lag Executive_page_flag collections other_keywords conditions policy story history brand login job career who company people staff Board management team terms privacy shop gallery News location site Sitemap page Content Event blog categories Services Index Product Reviews Testimonials about contact Home_page Link_Len LinkCount ExecWordCount ExecWordRatio Category 250842730 www.aaronwomenscenterhouston.com 250842730-1 http://www.aaronwomenscenterhouston.com aaronwomenscenterhouston.com AARON WOMEN?S CENTER 2505 North Shepherd Dr Houston TX 77008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0...
2006 May 10
2
Rails, Postgres and the Date Field.
...9;, :order => [''day'',''month'',''year'']) %> In the contacts table, I create a date field: birthday DATE When I save the values goes wrong into the database. From the log: INSERT INTO contacts ("name", "nickname", "home_page", "mobile", "birthday", "phone", "user_id", "address", "email") VALUES(''test'', ''test'', ''test'', 12345, ''0010-01-01'', 12345, 2, ''test'', '...
2006 Jan 26
0
Troubleshooting a camping trip?
I''m anxious to get camping[1], but when I try to run the sample app[2] with: camping home_page.rb I get the source HTML in the terminal along with this errror: ##BEGIN ERROR /usr/local/lib/ruby/gems/1.8/gems/camping-1.2.46/bin/camping:26:in `const_get'': nil is not a symbol (TypeError) from /usr/local/lib/ruby/gems/1.8/gems/camping-1.2.46/bin/camping:26 from /usr/lo...
2000 Apr 27
0
SUM: After upgrade to 2.0.6, Win98 users can't connect to Samba shares
...Hopland, CA 95449 Primary #'s (at Hopland) - TEL:(707)744-1270 FAX:(707)744-1040 Secondary # (at Berkeley) - TEL: (510)643-1136 E-mail: cbrooks@nature.berkeley.edu IHRMP Homepage - http://danr.ucop.edu/ihrmp HREC homepage - http://danrrec.ucdavis.edu/hopland/home_page.html GIS homepage - http://www.pacific.net/~cbrooks/gis1.shtml ****************************************************
2000 Apr 26
0
After upgrade to 2.0.6, Win98 users can't connect to Samba shares
...Hopland, CA 95449 Primary #'s (at Hopland) - TEL:(707)744-1270 FAX:(707)744-1040 Secondary # (at Berkeley) - TEL: (510)643-1136 E-mail: cbrooks@nature.berkeley.edu IHRMP Homepage - http://danr.ucop.edu/ihrmp HREC homepage - http://danrrec.ucdavis.edu/hopland/home_page.html GIS homepage - http://www.pacific.net/~cbrooks/gis1.shtml ****************************************************
2009 Feb 25
3
InvalidAuthenticityToken error with db sessions
I added login to my app and storing the sessions in the db. I un-commented the "config.action_controller.session_store = :active_record_store" line in the environment.rb file, and the :secret in the application.rb file. Now, when I try to login I get the error InvalidAuthenticityToken. Here''s my login form: <% form_for :user, :url => { :action =>
2004 Jul 15
3
Database App
Hi, I was wondering if there is an app available that would let me run queries on MySQL or Postgress database through the extensions.conf file in Asterisk. My goal is to be able to run a simple query on a database that could return a value in an ${var} variable, or even the number or rows that were returned in the query in a ${var}. There are a couple of things in Asterisk I would like to
2006 Jun 02
2
centos & mysql
Hi everyone, as a newbie to linux Im having a but of a problem getting up and running. Hopefully one of you you can point me in the right direction. I have installed Centos4 on an old server here at work as a dev box, installation went well, and I have mysql up and running. However when I try and connect from my laptop using mysql administrator I get an error saying "the host is not allowed