有新手吗??新写的网站供大家练手 辛苦了两个月,今天有点成果了 网址是 www.chengdeyixueyuan.com 我把代码放在了 https://gitcafe.com/tiseheaini/coolxueyan https://github.com/tiseheaini/coolxueyuan 上 尤其是新手,提交代码吧 有人告诉我,再本地运行代码时会出现很多错误,开始时没有注意这个问题,我会慢慢总结这些错误。 总结会放在 点点 博客上 http://tiseheaini.diandian.com/post/2012-10-26/40041021609
dxiao@localhost ~/Codes/test
$ git clone [email protected]:tiseheaini/coolxueyan.git
Cloning into 'coolxueyan'...
The authenticity of host 'gitcafe.com (50.116.2.223)' can't be established.
RSA key fingerprint is 84:9e:c9:8e:7f:36:28:08:7e:13:bf:43:12:74:11:4e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'gitcafe.com,50.116.2.223' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
下载不了代码
dxiao@localhost ~/Codes/test
$ git clone git://gitcafe.com/tiseheaini/coolxueyan.git
Cloning into 'coolxueyan'...
remote: Counting objects: 1606, done.
remote: Compressing objects: 100% (510/510), done.
remote: Total 1606 (delta 1027), reused 1587 (delta 1016)
Receiving objects: 100% (1606/1606), 300.91 KiB | 163 KiB/s, done.
Resolving deltas: 100% (1027/1027), done.
这样就 OK 了
你应当给出你项目的主页链接 https://gitcafe.com/tiseheaini/coolxueyan 而不是一个简单的 git repo 地址 然后你如果要让别人来参与你的项目,你需要在 Readme 文件中写清楚你项目是做什么的,为什么这么做
刚刚看了您的站点,做的很不错哦哦,秉承了简单就是美的原则。但是我发现貌似社区内容还太单一了些,不知道有没有诸如好友推荐,兴趣组交友,单身派对,找老乡之类的内容呢?其实我们也很想做一个基于线上到线下活动的社区平台包含吃喝玩乐交友为一体,目前只完成了吃在微大学这一模块
#7 楼 @small_fish__ 谢谢,这些功能会有,只要学生感兴趣的功能都会加进去,不过我这里人太少了。现在最想找一个前端来帮我搞定 HTML
用 QQ 修改密码的时候出错,跳转的页面提示:
ArgumentError in Users#forget_password_create
Showing /home/user/railsprocess/coolxueyuan3/app/views/usermail/forget_password.html.erb where line #6 raised:
Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true
Extracted source (around line #6):
3: <span style="margin-top: 15px;margin-bottom: 15px;">
4: <%= users_forget_password_change_url(:user_name => @user_name,
5: :user_qq => @user_qq,
6 :user_hash => @user_hash) %>
7: </span><br />
#43 楼 @menghuanwd
你发的邮件看到了,你没设置
ActionMailer::Base.default_url_options[:host] = "localhost:3000"
给你参考 http://railscasts.com/episodes/206-action-mailer-in-rails-3
你需要写一个发邮件的配置文件,来设置 mail
。视频里面有更详细的介绍。
#45 楼 @woaigithub 我这方向很明确,只是我还一个人,很多地方自己做很费劲。你有什么好的计划,给我发邮件吧。[email protected]
#27 楼 @tiseheaini 我弄了两个小时才把 gem rmagick 弄好,还是用源码安装的 imagemagick。不过总算弄好了。我觉得你可以把在写这个网站的时候 遇到的问题写出来。另外我也是才开始接触 rails,没写过网站,希望能给你贡献代码