kalle saas
kalle saas
reading the article about rails and "Google Summer of Code 2013", i remembered creating this issue here. it seems that the first step is to create a "Conductor: web-based assistant...
it seems that tag#0.0.7does not have the callbacks yet ``` https://github.com/weareoutman/clockpicker/blob/v0.0.7/dist/bootstrap-clockpicker.js ``` you can get around this issue with: ``` bower install 'https://github.com/weareoutman/clockpicker.git#gh-pages' ``` @weareoutman maybe we get an "official"...
first draft: see: https://github.com/stas/jsonapi.rb/compare/master...easyPEP:feature/ransack-scopes what i like: * it should keep it backward compatible. what i don't like: * we have to manage ransack (model.ransackable_scopes) and jsonapi.rb (allowed_scopes) scopes to...
mh, maybe i have an error in my config i created a new branch with only the failing specs: https://github.com/stas/jsonapi.rb/commit/c78f73fa8e215b84aa0190e1b786687c39670954 if i run the tests i get some failing specs:...
update replacing `created_before` with `created_before_gt` does not seem to fix it https://github.com/stas/jsonapi.rb/compare/master...easyPEP:feature/ransack-scopes-failing-test?expand=1 update 2: i enabled the github actions on my repository: https://github.com/easyPEP/jsonapi.rb/runs/2076179007?check_suite_focus=true
i started working on some issues and updated it to ruby 2.0.0 and rails 4.1.1 you can check it out here: https://github.com/easyPEP/batch_api/tree/feature_ruby_2
+1 for position at the end of body element. check the jquery widget "autocomplete". pretty good solution for that problem: http://jqueryui.com/demos/autocomplete/ great plugin by the way.
you could use `git status` in your project directory..?
i think you should delete the test file "spec/controllers/oauth_clients_controller_spec.rb", because it's tested inside the gem...
if you want to use the tmp solution with a `post_install` hook, you can do it with: ``` post_install do |installer| # Apply path to /ios/Capacitor/Capacitor/Plugins/CapacitorUrlRequest.swift patch_file_path = File.join(__dir__, 'boundary_patch.patch')...