You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following output:
Initialized empty Git repository in /tmp/twitter_tags/.git/
remote: Counting objects: 61, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 61 (delta 17), reused 0 (delta 0)
Receiving objects: 100% (61/61), 10.08 KiB, done.
Resolving deltas: 100% (17/17), done.
Could not load extension from file: twitter_tags_extension.
#<MissingSourceFile: no such file to load -- twitter>
rake aborted!
no such file to load -- twitter
(See full trace by running task with --trace)
Could not load extension from file: twitter_tags_extension.
#<MissingSourceFile: no such file to load -- twitter>
rake aborted!
no such file to load -- twitter
(See full trace by running task with --trace)
... and the extension does not work. Any ideas? Super-keen to get this up and running.
:-)
Eli
The text was updated successfully, but these errors were encountered:
When I try and install via:
./script/extension install twitter_tags
I get the following output:
Initialized empty Git repository in /tmp/twitter_tags/.git/
remote: Counting objects: 61, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 61 (delta 17), reused 0 (delta 0)
Receiving objects: 100% (61/61), 10.08 KiB, done.
Resolving deltas: 100% (17/17), done.
Could not load extension from file: twitter_tags_extension.
#<MissingSourceFile: no such file to load -- twitter>
rake aborted!
no such file to load -- twitter
(See full trace by running task with --trace)
Could not load extension from file: twitter_tags_extension.
#<MissingSourceFile: no such file to load -- twitter>
rake aborted!
no such file to load -- twitter
(See full trace by running task with --trace)
... and the extension does not work. Any ideas? Super-keen to get this up and running.
:-)
Eli
The text was updated successfully, but these errors were encountered: