纠错:common.css 粘帖的 去下划线的样式 是css的预编译sass,不能直接放到css里去
2015-03-18
post '/issues/:issue_id/comments' => "comments#create"
http://happypeter.github.io/rails10/13_comment.html
http://happypeter.github.io/rails10/13_comment.html
2015-03-18
@AliceYi 你的系统版本是 ubuntu 14.04 还是其他的?应该是依赖包没有装好,试试这里的解决方案:https://www.ruby-forum.com/topic/5611427
后续沟通可以在这里,也可以到 QQ 群:282782371
后续沟通可以在这里,也可以到 QQ 群:282782371
2015-03-15
@千年老二 Rails 开发,业内的共识是不要使用 Windows。建议换成 Mac 或者是 ubuntu 来操作。
2015-03-15
@happypeter路由等添加后回到浏览器刷新报错
“ExecJS::ProgramError in Welcome#index”
“Showing D:/website/meetup/app/views/layouts/application.html.erb where line #6 raised:”
“(in C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee)” 怎么解决呢?
“ExecJS::ProgramError in Welcome#index”
“Showing D:/website/meetup/app/views/layouts/application.html.erb where line #6 raised:”
“(in C:/RailsInstaller/Ruby2.1.0/lib/ruby/gems/2.1.0/gems/turbolinks-2.5.3/lib/assets/javascripts/turbolinks.js.coffee)” 怎么解决呢?
2015-03-13
@happypeter我new一个新的rails项目,但是报错“C:/RailsInstaller/Ruby2.1.0/lib/ruby/site_ruby/2.1.0/rbreadline.rb:4372:in `<class:Win32API>': uninitialized constant RbReadline::Win32API::DL (NameError)”,这是为什么,怎么解决
2015-03-13
我在安装Ubuntu的时候报了一个警告信息,连接超时。“Connect timeout Retrying...”;是哪里出了问题啊???
2015-03-12
执行到这一步下面报 gem 的错误
rails new meetup -d mysql
Bundler::GemspecError: Could not read gem at /home/vagrant/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/cache/sdoc-0.4.1.gem. It may be corrupted.
An error occurred while installing sdoc (0.4.1), and Bundler cannot continue.
bundler: command not found: spring
rails new meetup -d mysql
Bundler::GemspecError: Could not read gem at /home/vagrant/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/cache/sdoc-0.4.1.gem. It may be corrupted.
An error occurred while installing sdoc (0.4.1), and Bundler cannot continue.
bundler: command not found: spring
2015-03-10