jam-cloud/ruby
Nuwan d8d04dd33f Allow multiple recordings within session
change in recording flow. Now after stopping the recording we no longer ask
user to save or discard the recording, instead the app saves the recording to user's
computer and opens the file explorer to that folder.
therefore following scenario is no longer valid; hence skipping it.
2023-08-19 11:03:29 +05:30
..
config * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
db update to N/A 2021-08-30 16:00:25 -05:00
lib Allow multiple recordings within session 2023-08-19 11:03:29 +05:30
scripts change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
spec Allow multiple recordings within session 2023-08-19 11:03:29 +05:30
.gitignore more filter parameters to neo4j 2022-02-08 20:55:00 +05:30
.pg_migrate merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
.rspec * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
.ruby-gemset merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
.simplecov * trying rcov formatter for jenkins integration (VRFS-1103) 2014-02-13 21:17:47 +00:00
Gemfile Gemfile changes for moden computers 2021-05-22 15:24:00 +05:30
Gemfile.alt for modern O/S setup use Gemfile.alt instead of default Gemfile 2021-05-22 15:24:00 +05:30
Gemfile.lock for modern O/S setup use Gemfile.alt instead of default Gemfile 2021-05-22 15:24:00 +05:30
LICENSE merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
README.md * fake bump for build server 2015-03-25 11:27:28 -05:00
Rakefile change database migrations to be natural rails db migrations. 2021-02-13 20:17:18 -06:00
build * allowing tests to be skipped, and mostly done with VRFS-1200 2014-02-20 22:23:44 +00:00
jam_ruby.gemspec merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00
jenkins merge conflict from feature/new_session (VRFS-3283) 2015-07-15 10:04:45 -05:00
migrate.sh merging jam-ruby into ruby 2013-09-15 18:04:03 +00:00

README.md

JamRuby

Environment

Create development database 'jam_ruby' createdb jam_ruby

Once you've created your database, migrate it: bundle exec jam_ruby up