Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 351 Bytes

README.rdoc

File metadata and controls

9 lines (8 loc) · 351 Bytes

Very simple Dictionary app built with Rails

  • Was made with Rails 3.2.13 and Ruby 2.0.0dev

  • Can be seen live at Heroku machine: smpldict.herokuapp.com/

  • Consists of one page

  • Uses Bing translate API as a basis

  • Puts all the translations to DB

  • Shows last 10 translations at the Index page

  • Updates results via AJAX. No refresh needed!