文件名称:sound_tracks:Rails 应用程序以及 Rspec 测试用例
文件大小:61KB
文件格式:ZIP
更新时间:2024-06-18 16:38:37
Ruby
音轨 资源: 设计实现登录和注册 Last.fm Api 获取艺术家信息和他们的流行曲目 特征 : 允许用户通过电子邮件和密码登录和注册。 用户登录后,将为用户提供一个搜索框,允许用户输入艺术家名称。 当用户点击搜索时,用户将获得有关艺术家的信息(艺术家的音乐曲目等)以及类似/推荐艺术家的列表。 搜索到的艺术家姓名(在 a 部分)会存储在用户的搜索历史中,并且可以在登录后查看。
【文件预览】:
sound_tracks-master
----.gitignore(473B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(154B)
----.rspec(30B)
----bin()
--------rails(146B)
--------bundle(129B)
--------rake(90B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(343B)
--------schema.rb(1KB)
----public()
--------robots.txt(204B)
--------422.html(1KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(1KB)
----spec()
--------support()
--------models()
--------helpers()
--------factories()
--------spec_helper.rb(3KB)
--------rails_helper.rb(2KB)
--------controllers()
--------features()
----README.md(650B)
----vendor()
--------assets()
----config()
--------boot.rb(171B)
--------database.yml(576B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(157B)
--------application.rb(988B)
--------locales()
--------initializers()
----README.rdoc(478B)
----lib()
--------assets()
--------tasks()
----Gemfile(2KB)
----Rakefile(256B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(492B)
--------controllers()
--------fixtures()
----Gemfile.lock(5KB)