-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puedes poner una ejemplo como utilizarlo? #2
Comments
Esta en la pagina inicial del repositorio |
Pero no funciona me dice uninitialized constant Nubefact |
Cuando pillas ayuda reporta bien que es lo que has intentado y los errores que tienes. Si te dice uninitialized constant Nubefact es que no se ha incluido la libreria.
Tu error dice: |
si estoy usando Rails Cuando lo ejecuto en modo desarrollo /home/percy/kinzuko/config/initializers/nubefact.rb:2:in |
Ejecuta
$ gem list | grep Nube
Que te regresa?
…On Sat, Nov 7, 2020, 4:37 PM PercyWoeds ***@***.***> wrote:
si estoy usando Rails
Lo tengo en mi Gemfile
Y lo agregue al config
Cuando lo ejecuto en modo desarrollo
Me envia este error , me falta algo incluso ya ejecute el bundle install
/home/percy/kinzuko/config/initializers/nubefact.rb:2:in <top
(required)>': uninitialized constant NubeFact (NameError) from
/home/percy/.rbenv/versions/2.4.10/lib/ruby/gems/2.4.0/gems/railties-4.2.8/lib/rails/engine.rb:652:in
block in load_config_initializer'
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAX42R2VN52HCBQM3N32HTSOW4YLANCNFSM4TNL65ZA>
.
|
percy@dell: No me lista nada |
Aparentemente agregaste un signo $ despues de la salida del comando Evidentemente el error que te da es porque no ha cargado la gema. Con la informacion que brindas no puedo ser de mas ayuda por aqui, es un problema de tu setup y no un issue con la gema. |
Using nubefact 0.0.14 si esta instalado, esta versión me sale cuando hago gem list Por eso decía si tenias algún ejemplo que funcione, pero esta gema en verdad funciona o la estas desarrollando aun |
Funciona, se desarrollo hace como 3 anios y ha facturado miles de cosas. El
ejemplo del Readme deberia servir.
Si te dice uninitialized constant prueba agregarle al inicio de tu
initialize:
```
require 'nube_fact'
```
…On Sun, Nov 8, 2020 at 8:52 AM PercyWoeds ***@***.***> wrote:
Using nubefact 0.0.14
si esta instalado, esta versión me sale cuando hago gem list
Por eso decía si tenias algún ejemplo que funcione, pero esta gema en
verdad funciona o la estas desarrollando aun
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAX42VERG3LLE6M3PRJJJTSO2PA3ANCNFSM4TNL65ZA>
.
|
Acabo de actualizar el Readme.md me di cuenta que no estaba la instruccion del require, |
Ayer ya lo pude hacer funcionar copiando todo el lib en mi proyecto. |
No description provided.
The text was updated successfully, but these errors were encountered: