write a Ruby on Rails web application that uses Twitter Bootstrap for
its design and has one action that will fetch this page using the
mechanize gem:
http://www.chhattisgarh.bsnl.co.in/(S(qkxhop551veuyr55thbnhf45))/directory_services/AreaWiseSearch.aspx?Area=04
and then search for the names starting with "a" in the city of
"BAGBAHARA" by submitting the form. Then, parse the result page and then
print on the screen the telephone number, name and address for each
record on the result page. The output should be shown using a table
styled with Twitter Bootstrap. So, the output will look something like
this:
----------------------------------------------------
| Tel No | Name | Address |
----------+---------------+-------------------------
| 209089 | Atul Bagga | Bagga Niwas, etc.etc. |
----------------------------------------------------
...
(print like this for all records)
This rails app should be deployed to heroku using the heroku
gem.
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.