上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 41 下一页
摘要: Dogs have many shared characteristics, like the abilities to wag their tails and drink water from a bowl, but they also have information about them th 阅读全文
posted @ 2016-05-01 14:16 冰凌花花~ 阅读(201) 评论(0) 推荐(0)
摘要: map is another extremely useful Ruby iterator. It helps us map data from one form to another. It will return a new Array containing the result of runn 阅读全文
posted @ 2016-04-30 17:30 冰凌花花~ 阅读(132) 评论(0) 推荐(0)
摘要: While Ruby’s each method is useful, it also comes with an awesome extended family of methods that are even more powerful! For the next few examples, w 阅读全文
posted @ 2016-04-30 17:22 冰凌花花~ 阅读(203) 评论(0) 推荐(0)
摘要: Rather than using Strings as the keys in a Hash, it’s better practice to use Symbols. Symbols are just like Strings except they’re faster and take up 阅读全文
posted @ 2016-04-30 14:35 冰凌花花~ 阅读(145) 评论(0) 推荐(0)
摘要: http://ruby-doc.org/core-2.2.0/Array.html#method-i-compact compact → new_aryclick to toggle source Returns a copy of self with all nil elements remove 阅读全文
posted @ 2016-04-25 17:48 冰凌花花~ 阅读(155) 评论(0) 推荐(0)
摘要: http://docs.ruby-lang.org/en/2.0.0/Hash.html 阅读全文
posted @ 2016-04-25 17:43 冰凌花花~ 阅读(293) 评论(0) 推荐(0)
摘要: Select2 插件官网:https://select2.github.io/ Select2 初始化说明: 代码在 public/javascripts/subchannel_items.js 中的 $("#subchannel_item_showable_id").select2 行。 sele 阅读全文
posted @ 2016-04-25 10:43 冰凌花花~ 阅读(206) 评论(0) 推荐(0)
摘要: - validates :name, presence: true, uniqueness: { conditions: -> { where(:state.ne => 2) } }, length: { maximum: 9 } + validates :name, presence: true, length: { maximum: 9 } validates :name, pre... 阅读全文
posted @ 2016-04-25 10:31 冰凌花花~ 阅读(123) 评论(0) 推荐(0)
摘要: # -*- encoding : utf-8 -*- class InterfaceBaseController = '2.1.0' elsif ua == '111' '1.8.0' if version >= '1.1.1' end @version ||= version ... 阅读全文
posted @ 2016-04-21 19:32 冰凌花花~ 阅读(178) 评论(0) 推荐(0)
摘要: Mysql2::Error: Cannot delete or update a parent row: a foreign key constraint fails (`todo_list_development`.`todo_items`, CONSTRAINT `fk_rails_d913ce 阅读全文
posted @ 2016-04-19 09:51 冰凌花花~ 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 41 下一页