[Rails] Re: Rails DB - explore DB and run SQL inside your App

2015-12-03 Thread Igor Kasyanchuk
Rails DB finally reached version 1.0, one last thing which I wanted to finish before release was - creating records. So now Rails DB is very similar to ActiveAdmin for example or similar gems + has own set of cool features. Please give it a try https://github.com/igorkasyanchuk/rails_db Demo:

[Rails] Re: Rails DB - explore DB and run SQL inside your App

2015-11-29 Thread Igor Kasyanchuk
Hello Friends, https://www.youtube.com/watch?v=dfViQPZw9zE - see quick demo to see example of using powerful filters in Rails DB. Multiple conditions, sorting added. Gem: https://github.com/igorkasyanchuk/rails_db Please check and thank you for feedback -- Posted via http://www.ruby-forum.co

[Rails] Re: Rails DB - explore DB and run SQL inside your App

2015-11-24 Thread Igor Kasyanchuk
Hello Ruby/Rails Developers! New version of gem is available from Today (Version 0.9) - https://github.com/igorkasyanchuk/rails_db now you can EDIT content in DB. If you want you Check demo: https://www.youtube.com/watch?v=TYsRxXRFp1g Thanks for your feedback about gem which you sent me in priva

[Rails] Re: any_login gem to help with development

2015-11-01 Thread Igor Kasyanchuk
https://github.com/igorkasyanchuk/rails_db Major update for RailsDB. Now you can use RailsDB as standalone app without adding to Gemfile. 0.7 - November 1, 2015 - added standalone app 'railsdb' - added util app 'runsql' - scroll page to Table Data if we have many tables and user click in

[Rails] Re: any_login gem to help with development

2015-10-28 Thread Igor Kasyanchuk
Hello Friends, Again new updates are available https://github.com/igorkasyanchuk/rails_db 0.6 - October 28, 2015 - better results if no results - add truncate table - add information about indexes - fixed issue with helpers (thanks @losadaem) - added delete for records (by PK) - add

[Rails] Re: Rails DB - explore DB and run SQL inside your App

2015-10-25 Thread Igor Kasyanchuk
Rails DB - https://github.com/igorkasyanchuk/rails_db New version of Rails DB gem is available 0.4. Changes: - autocomplete for SQL - ajax-ified views a little - data-tables to show content of your tables/sql inside your Apps (embed them) - option to disable automatic routes mounting De

[Rails] Re: any_login gem to help with development

2015-10-22 Thread Igor Kasyanchuk
I’d made an important update to https://github.com/igorkasyanchuk/rails_db gem Now you can: turn on/off using initializer use white/black list of tables added ability to expand/collapse view added HTTP_BASIC auth for gem (so you can use it on production) Please try and share :) -- Posted via

[Rails] Re: Rails DB - explore DB and run SQL inside your App

2015-10-20 Thread Igor Kasyanchuk
https://github.com/igorkasyanchuk/rails_db inspect DB without any DB viewer Demo: https://rails-db.herokuapp.com/rails/db New Features: import SQL file Other changes: some refactoring bug fixes added some tests -- Posted via http://www.ruby-forum.com/. -- You received this message because

[Rails] Re: any_login gem to help with development

2015-10-19 Thread Igor Kasyanchuk
Hello guys and girls Want to inform that gem any_login now supports Sorcery gem - https://github.com/igorkasyanchuk/any_login Demo: https://www.youtube.com/watch?v=978DlHvufSY Thanks Igor -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the G

[Rails] Rails DB - explore DB and run SQL inside your App

2015-10-16 Thread Igor Kasyanchuk
Inspect your DB directly in your App: https://github.com/igorkasyanchuk/rails_db Demo: https://rails-db.herokuapp.com/rails/db Video: https://www.youtube.com/watch?v=ZBY9YPQdbx8 Put a star if you like it and please use it :) -- Posted via http://www.ruby-forum.com/. -- You received this mess

[Rails] Re: any_login gem to help with development

2015-10-15 Thread Igor Kasyanchuk
Updated version of https://github.com/igorkasyanchuk/any_login is available. Added support for Clearance gem. Now you can quickly login as any user. Devise and Authlogic gems already supported. Give it a try :) don't forget to put a < star > :) -- Posted via http://www.ruby-forum.com/. -- You

[Rails] Gem to bechmark your methods

2015-10-12 Thread Igor Kasyanchuk
Benchmark and measure execution time your Ruby methods without an additional code changes: https://github.com/igorkasyanchuk/benchmark_methods Please put a star if you like it! Thank you! Your feedback is appreciated. Sample: class User < ActiveRecord::Base include BenchmarkMethods benchmark

[Rails] Re: any_login gem to help with development

2015-10-01 Thread Igor Kasyanchuk
tient, soon I'll add more. Thanks Igor Igor Kasyanchuk wrote in post #1178919: > Hello Ruby/Rails DEVs > Please check the latest version of any_login gem - > https://github.com/igorkasyanchuk/any_login > - added an additional level of security with HTTP_BASIC auth > - bette

[Rails] Re: any_login gem to help with development

2015-09-26 Thread Igor Kasyanchuk
Hello Ruby/Rails DEVs Please check the latest version of any_login gem - https://github.com/igorkasyanchuk/any_login - added an additional level of security with HTTP_BASIC auth - better documentation - added support for grouped_collection methods It's really cool way to manage users. Vey easy to u

[Rails] any_login gem to help with development

2015-09-21 Thread Igor Kasyanchuk
Please check my gem https://github.com/igorkasyanchuk/any_login. It can really make your life easier with changing logged in user. Your feedback is appreciated. Video: https://www.youtube.com/watch?v=978DlHvufSY&feature=youtu.be Thank you! -- Posted via http://www.ruby-forum.com/. -- You receiv