Giter VIP home page Giter VIP logo

rubyurl's Introduction

Photo of Robby Russell

Robby (on Rails) Russell

#WEβ™₯️RAILS

Bonjour! My name is Robby (he/him). I'm the CEO of Planet Argon, a company that guides organizations with existing Ruby on Rails applications to help make them better and more maintainable.

Here are a few random details about me:

Get in touch

A Few of my Articles

A Few Podcast Episodes that I've been a guest on

rubyurl's People

Contributors

rmm5t avatar robbyrussell avatar sprsquish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rubyurl's Issues

API documentation

It would be great if we showed some of the API examples on the site and not rely on linking elsewhere. Could also include info on the Github wiki as an alternative.

Check URL length

Caused a 500 error when I repeatedly pressed the bookmarklet for fun ;) I'm presuming that this is due to the length of the URL.

Problem with "substring" when first rake db:migrate on CREATE INDEX

Hi,

I have a problem whith "rake db:migrate"'.
Two first migrations are ok bit not the third one.

Here is the log :

[23:25:57] thomas@MacTom:~/Sites/local/rubyurl/config > rake db:migrate --trace
(in /Users/thomas/Sites/local/rubyurl)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
== 3 AddIndexOnWebsiteUrl: migrating ==========================================
-- execute("CREATE INDEX website_url_index ON links ((substring(website_url, 0, 200)));")
rake aborted!
Mysql::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(substring(website_url, 0, 200)))' at line 1: CREATE INDEX website_url_index ON links ((substring(website_url, 0, 200)));
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:147:in log' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:299:inexecute'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:330:in send' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:330:inmethod_missing'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:310:in say_with_time' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:inmeasure'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:310:in say_with_time' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:326:inmethod_missing'
./db/migrate//003_add_index_on_website_url.rb:4:in up_without_benchmarks' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:264:insend'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:264:in migrate' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:inmeasure'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:264:in migrate' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:430:inmigrate'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:420:in each' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:420:inmigrate'
/Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:357:in up' /Users/thomas/Sites/local/rubyurl/vendor/rails/activerecord/lib/active_record/migration.rb:340:inmigrate'
/Users/thomas/Sites/local/rubyurl/vendor/rails/railties/lib/tasks/databases.rake:99
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:636:in call' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:636:inexecute'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:631:in each' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:631:inexecute'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:597:in invoke_with_call_chain' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:insynchronize'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:590:in invoke_with_call_chain' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:583:ininvoke'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2051:in invoke_task' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2029:intop_level'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2029:in each' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2029:intop_level'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in standard_exception_handling' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2023:intop_level'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2001:in run' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:2068:instandard_exception_handling'
/Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in run' /Users/thomas/.gem/ruby/1.8/gems/rake-0.8.7/bin/rake:31 /usr/bin/rake:19:inload'
/usr/bin/rake:19

Tried on Debian and OSX with MySQL.

Any idea ? Many thanks, and nice job for the app.

Would like to see original url

I find myself having to double check that the new RubyURL goes where I want it to (making sure I didn't copy/paste the wrong URL into the form). So... would like to see the original url show up on the copy page so that I can trust it's the right url before I copy/paste it to twitter, campfire, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.