Questions tagged [ruby-on-rails]

Ruby on Rails, or simply Rails, is an open source web application framework written in Ruby.

Ruby on Rails, or simply Rails, is an open source web application framework written in Ruby. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as XML or JSON for data transfer, and HTML, CSS and JavaScript for display and user interfacing. In addition to MVC, Rails emphasizes the use of other well-known software engineering patterns and paradigms, including convention over configuration (CoC), don't repeat yourself (DRY), and the active record pattern

more informartion

55 questions
2
votes
1 answer

One or more prerequisites required to install Kaltura failed

I am following https://github.com/instructure/canvas-lms/wiki/Kaltura-setup-instructions to install Kaltura. But I am getting issue in sudo php install.php step. sneha@SCS-I82:~/Downloads/kalturaCE_v3.0.0-instructure$ sudo php install.php [sudo]…
Neha
  • 143
  • 4
0
votes
2 answers

Spree sample data fetch giving error on bundle exec rake db:seed

Trying to get the sample data for my spree app. Used following steps: bundle exec rake railties:install:migrations bundle exec rake db:migrate bundle exec rake db:seed bundle exec rake spree_sample:load but on bundle exec rake db:seed, the…
ap2705
  • 1