문제

Hello dear Programmers,

I'm using Aptana Studio 3 as an IDE and i installed the gem login_generator-1.2.2 with

$ gem install login_generator

in command line. My problem is that I want to use this gem now.

I want to generate a login like this:

enter image description here

The problem here is that the Aptana Studio 3 doesn't have the Generators tab and I don't know how to perform this command in the Terminal...

Thanks in advance!

도움이 되었습니까?

해결책

U can add gem to your Gemfile, bundle it and then enter to project path and type "rails c" with command line. Then you can call methods as LoginGenerator::Methodxxx. Not sure what the gem does and it seems heavily undocumented :-(

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top