Skip to content
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

Open
PercyWoeds opened this issue Nov 7, 2020 · 11 comments
Open

Puedes poner una ejemplo como utilizarlo? #2

PercyWoeds opened this issue Nov 7, 2020 · 11 comments

Comments

@PercyWoeds
Copy link

No description provided.

@neohunter
Copy link
Owner

Esta en la pagina inicial del repositorio

https://github.com/neohunter/NubeFact

@PercyWoeds
Copy link
Author

Pero no funciona me dice uninitialized constant Nubefact

@neohunter
Copy link
Owner

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.

  • Estas usando rails?
  • Lo tienes en tu Gemfile?
  • Agregaste el archivo en config/initializer/nubefact.rb?

Tu error dice: uninitialized constant Nubefact. El nombre de la clase es NubeFact, con la F mayuscula, te habras equivocado?

@PercyWoeds
Copy link
Author

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'

@neohunter
Copy link
Owner

neohunter commented Nov 7, 2020 via email

@PercyWoeds
Copy link
Author

percy@dell:/kinzuko$ gem list $ | grep Nube
percy@dell:
/kinzuko$

No me lista nada

@neohunter
Copy link
Owner

Aparentemente agregaste un signo $ despues de gem list. el comando correcto es: gem list | grep Nube.

la salida del comando gem list debe incluir NubeFact, si no lo incluye es que la gema no esta instalada, quizas falta bundle install o quizas no estas cargando el gemset correcto.

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.

@PercyWoeds
Copy link
Author

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

@neohunter
Copy link
Owner

neohunter commented Nov 9, 2020 via email

@neohunter
Copy link
Owner

Acabo de actualizar el Readme.md me di cuenta que no estaba la instruccion del require,

@PercyWoeds
Copy link
Author

Ayer ya lo pude hacer funcionar copiando todo el lib en mi proyecto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants