rails_fancies 1.1.5
Most rails helpers tend to be tightly focused on placing a single element on a page, like a link or an image tag. Rails Fancies is for helpers that are more complex and can form the basis of complete a web page. The inaugural helpers are a FAQ helper and a weekly calendar helper.
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (1):
            rails
            ~> 8.0
          
    Development 相依性套件 (12):
            better_errors
            >= 0
          
          
            binding_of_caller
            >= 0
          
          
            ffi
            >= 0
          
          
            loofah
            >= 0
          
          
            meta_request
            >= 0
          
          
            nokogiri
            >= 0
          
          
            rack
            >= 0
          
          
            rails-html-sanitizer
            >= 0
          
          
            rake
            >= 0
          
          
            rspec-rails
            >= 0
          
          
            sassc-rails
            >= 0
          
          
            sqlite3
            >= 2.1
          
    