文件名称:micro-reddit
文件大小:46KB
文件格式:ZIP
更新时间:2024-04-21 06:27:32
Ruby
微REDDIT 要执行此应用程序,您必须运行 $ rails console 在终端的micro-reddt文件夹中,也可以将其像带有此代码的沙箱一样使用。 $ rails console --sandbox 您可以创建一个用户 > user = User.new(name: 'Name LastName', email: 'example@email.com') > user.save 您必须填写以下参数: 姓名 电子邮件 您可以创建一个帖子 > post = Post.new(title: 'This is the title', body: 'This is the body', user_id: #) > post.save 您必须填写以下参数: 标题 身体 用户身份 您可以为帖子创建评论 > comment = Comment.new(body: 'This is the
【文件预览】:
micro-reddit-master
----log()
--------.keep(0B)
----bin()
--------update(850B)
--------rake(240B)
--------yarn(294B)
--------setup(988B)
--------spring(537B)
--------rails(291B)
--------bundle(156B)
----vendor()
--------.keep(0B)
----config()
--------locales()
--------database.yml(594B)
--------initializers()
--------puma.rb(1KB)
--------application.rb(693B)
--------routes.rb(170B)
--------credentials.yml.enc(464B)
--------boot.rb(238B)
--------storage.yml(1KB)
--------spring.rb(142B)
--------cable.yml(194B)
--------environment.rb(159B)
--------environments()
----package.json(70B)
----db()
--------seeds.rb(401B)
--------migrate()
--------schema.rb(1KB)
----Rakefile(258B)
----test()
--------application_system_test_case.rb(188B)
--------models()
--------test_helper.rb(321B)
--------system()
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----app()
--------models()
--------jobs()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
--------channels()
----storage()
--------.keep(0B)
----Gemfile(2KB)
----Gemfile.lock(5KB)
----tmp()
--------.keep(0B)
----.stickler.yml(47B)
----.ruby-version(10B)
----.gitignore(695B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------apple-touch-icon.png(0B)
--------apple-touch-icon-precomposed.png(0B)
--------robots.txt(98B)
--------500.html(2KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(887B)
----config.ru(161B)