Download hotel api example ruby Free Java Code

Description

A simple rails app that demonstrates the ease of implementing Real Travel's hotel API and widgets.

Icons

hotel api example ruby

Source Files

The download file hotel_api_example_ruby-master.zip has the following entries.


.gitignore//from w ww .ja  va2  s.  c o m
Capfile
README
Rakefile
app/controllers/application_controller.rb
app/controllers/places_controller.rb
app/models/city.rb
app/models/county.rb
app/models/place.rb
app/models/state.rb
app/models/zip_code.rb
app/views/layouts/application.html.erb
app/views/places/_check_rates_form.html.erb
app/views/places/_hotel_meta.html.erb
app/views/places/edit.html.erb
app/views/places/index.html.erb
app/views/places/new.html.erb
app/views/places/show.html.erb
app/views/places/show_hotel.html.erb
app/views/places/show_hotel_prices.html.erb
config/boot.rb
config/database.yml.example
config/deploy.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/hotel_api.yml.example
config/initializers/geokit_config.rb
config/initializers/new_rails_defaults.rb
config/initializers/session_store.rb
config/mongrel_cluster.yml.example
config/routes.rb
db/data/zip_codes_cities_counties.csv
db/migrate/20090829070929_create_places.rb
db/schema.rb
db/seeds.rb
lib/data_store/places_importer.rb
lib/rt/api.rb
lib/tasks/bootstrap.rake
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/backgrounds/site-rpt.gif
public/images/elements/icons/calendar.gif
public/images/elements/icons/star_rating-0.gif
public/images/elements/icons/star_rating-1.gif
public/images/elements/icons/star_rating-2.gif
public/images/elements/icons/star_rating-3.gif
public/images/elements/icons/star_rating-4.gif
public/images/elements/icons/star_rating-5.gif
public/images/elements/logos/your_hotel_system.gif
public/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png
public/images/jquery_ui/ui-bg_flat_55_fbec88_40x100.png
public/images/jquery_ui/ui-bg_glass_75_d0e5f5_1x400.png
public/images/jquery_ui/ui-bg_glass_85_dfeffc_1x400.png
public/images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png
public/images/jquery_ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png
public/images/jquery_ui/ui-bg_inset-hard_100_f5f8f9_1x100.png
public/images/jquery_ui/ui-bg_inset-hard_100_fcfdfd_1x100.png
public/images/jquery_ui/ui-icons_217bc0_256x240.png
public/images/jquery_ui/ui-icons_2e83ff_256x240.png
public/images/jquery_ui/ui-icons_469bdd_256x240.png
public/images/jquery_ui/ui-icons_6da8d5_256x240.png
public/images/jquery_ui/ui-icons_cd0a0a_256x240.png
public/images/jquery_ui/ui-icons_d8e7f3_256x240.png
public/images/jquery_ui/ui-icons_f9bd01_256x240.png
public/images/rails.png
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/jquery-1.4.1.min.js
public/javascripts/jquery-ui-1.7.2.min.js
public/javascripts/prototype.js
public/robots.txt
public/stylesheets/application.css
public/stylesheets/blueprint.css
public/stylesheets/ie.css
public/stylesheets/jquery-ui.css
public/stylesheets/scaffold.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
vendor/plugins/acts_as_tree/README
vendor/plugins/acts_as_tree/Rakefile
vendor/plugins/acts_as_tree/init.rb
vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb
vendor/plugins/acts_as_tree/test/abstract_unit.rb
vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb
vendor/plugins/acts_as_tree/test/database.yml
vendor/plugins/acts_as_tree/test/fixtures/mixin.rb
vendor/plugins/acts_as_tree/test/fixtures/mixins.yml
vendor/plugins/acts_as_tree/test/schema.rb
vendor/plugins/geokit-rails/CHANGELOG.rdoc
vendor/plugins/geokit-rails/MIT-LICENSE
vendor/plugins/geokit-rails/README.markdown
vendor/plugins/geokit-rails/Rakefile
vendor/plugins/geokit-rails/about.yml
vendor/plugins/geokit-rails/assets/api_keys_template
vendor/plugins/geokit-rails/init.rb
vendor/plugins/geokit-rails/install.rb
vendor/plugins/geokit-rails/lib/geokit-rails.rb
vendor/plugins/geokit-rails/lib/geokit-rails/acts_as_mappable.rb
vendor/plugins/geokit-rails/lib/geokit-rails/adapters/abstract.rb
vendor/plugins/geokit-rails/lib/geokit-rails/adapters/mysql.rb
vendor/plugins/geokit-rails/lib/geokit-rails/adapters/postgresql.rb
vendor/plugins/geokit-rails/lib/geokit-rails/adapters/sqlserver.rb
vendor/plugins/geokit-rails/lib/geokit-rails/defaults.rb
vendor/plugins/geokit-rails/lib/geokit-rails/geocoder_control.rb
vendor/plugins/geokit-rails/lib/geokit-rails/ip_geocode_lookup.rb
vendor/plugins/geokit-rails/test/acts_as_mappable_test.rb
vendor/plugins/geokit-rails/test/boot.rb
vendor/plugins/geokit-rails/test/database.yml
vendor/plugins/geokit-rails/test/fixtures/companies.yml
vendor/plugins/geokit-rails/test/fixtures/custom_locations.yml
vendor/plugins/geokit-rails/test/fixtures/locations.yml
vendor/plugins/geokit-rails/test/fixtures/mock_addresses.yml
vendor/plugins/geokit-rails/test/fixtures/mock_families.yml
vendor/plugins/geokit-rails/test/fixtures/mock_houses.yml
vendor/plugins/geokit-rails/test/fixtures/mock_organizations.yml
vendor/plugins/geokit-rails/test/fixtures/mock_people.yml
vendor/plugins/geokit-rails/test/fixtures/stores.yml
vendor/plugins/geokit-rails/test/ip_geocode_lookup_test.rb
vendor/plugins/geokit-rails/test/models/company.rb
vendor/plugins/geokit-rails/test/models/custom_location.rb
vendor/plugins/geokit-rails/test/models/location.rb
vendor/plugins/geokit-rails/test/models/mock_address.rb
vendor/plugins/geokit-rails/test/models/mock_family.rb
vendor/plugins/geokit-rails/test/models/mock_house.rb
vendor/plugins/geokit-rails/test/models/mock_organization.rb
vendor/plugins/geokit-rails/test/models/mock_person.rb
vendor/plugins/geokit-rails/test/models/store.rb
vendor/plugins/geokit-rails/test/schema.rb
vendor/plugins/geokit-rails/test/tasks.rake
vendor/plugins/geokit-rails/test/test_helper.rb
vendor/plugins/will_paginate/.manifest
vendor/plugins/will_paginate/CHANGELOG.rdoc
vendor/plugins/will_paginate/LICENSE
vendor/plugins/will_paginate/README.rdoc
vendor/plugins/will_paginate/Rakefile
vendor/plugins/will_paginate/examples/apple-circle.gif
vendor/plugins/will_paginate/examples/index.haml
vendor/plugins/will_paginate/examples/index.html
vendor/plugins/will_paginate/examples/pagination.css
vendor/plugins/will_paginate/examples/pagination.sass
vendor/plugins/will_paginate/init.rb
vendor/plugins/will_paginate/lib/will_paginate.rb
vendor/plugins/will_paginate/lib/will_paginate/array.rb
vendor/plugins/will_paginate/lib/will_paginate/collection.rb
vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb
vendor/plugins/will_paginate/lib/will_paginate/finder.rb
vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb
vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb
vendor/plugins/will_paginate/lib/will_paginate/version.rb
vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb
vendor/plugins/will_paginate/test/boot.rb
vendor/plugins/will_paginate/test/collection_test.rb
vendor/plugins/will_paginate/test/console
vendor/plugins/will_paginate/test/database.yml
vendor/plugins/will_paginate/test/finder_test.rb
vendor/plugins/will_paginate/test/fixtures/admin.rb
vendor/plugins/will_paginate/test/fixtures/developer.rb
vendor/plugins/will_paginate/test/fixtures/developers_projects.yml
vendor/plugins/will_paginate/test/fixtures/project.rb
vendor/plugins/will_paginate/test/fixtures/projects.yml
vendor/plugins/will_paginate/test/fixtures/replies.yml
vendor/plugins/will_paginate/test/fixtures/reply.rb
vendor/plugins/will_paginate/test/fixtures/schema.rb
vendor/plugins/will_paginate/test/fixtures/topic.rb
vendor/plugins/will_paginate/test/fixtures/topics.yml
vendor/plugins/will_paginate/test/fixtures/user.rb
vendor/plugins/will_paginate/test/fixtures/users.yml
vendor/plugins/will_paginate/test/helper.rb
vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb
vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb
vendor/plugins/will_paginate/test/lib/load_fixtures.rb
vendor/plugins/will_paginate/test/lib/view_test_process.rb
vendor/plugins/will_paginate/test/tasks.rake
vendor/plugins/will_paginate/test/view_test.rb
vendor/plugins/will_paginate/will_paginate.gemspec

Download

Click the following link to download hotel_api_example_ruby-master.zip.

hotel_api_example_ruby-master.zip




















Home »
  Javascript Free Code Download »
    UI »




DatePicker
Drag Drop
Grid
GridView
Layout
Photo
Photograph
Spreadsheet
Table
Template
UI
Widget