Skip to content

issues Search Results · repo:rails/jbuilder language:Ruby

Filter by

301 results
 (129 ms)

301 results

inrails/jbuilder (press backspace or delete to remove)

The changes to the Jbuilder initializer (from an options hash to keyword arguments) means that the Jbuilder.encode method no longer works when options are passed to it. For example: test encode forwards ...
  • flavorjones
  • Opened 
    23 days ago
  • #602

Currently the build pipeline is failing for uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError) You can see a lot of people dealing this here.
  • moritonal
  • Opened 
    on Feb 7
  • #581

With jbuilder 2.13.0, json.merge!({ test: [1, 1, 2] }) gives the output: { test :[1,2] } I would expect it to render the array as given. I suspect this is a bug, but if not: how can I disable this behavior? ...
  • KMarshland
  • 1
  • Opened 
    on Jan 3
  • #579

previous ref: https://github.com/rails/jbuilder/issues/561 pr that didn t fix the warning: https://github.com/rails/jbuilder/pull/562 I was shown a warning so I did: module Warning def warn(msg) ...
  • dorianmariecom
  • 1
  • Opened 
    on Sep 6, 2024
  • #572

Starting with Ruby 3.5.0, ostruct won t be part of the default gems anymore. This issue is to request the addition of ostruct to jbuilder s gemspec.
  • Jaetan
  • 2
  • Opened 
    on Sep 4, 2024
  • #571

Description I m encountering a syntax error in my Rails project when declaring constants in a .jbuilder file. Initially, I tried to declare a hash constant named PARTIAL_ROUTER for routing partial paths, ...
  • Shao-Ting-Fong
  • 2
  • Opened 
    on May 7, 2024
  • #565

jbuilder has OpenStruct that will be deprecated in Ruby 3.4.0dev. https://bugs.ruby-lang.org/issues/20309 - foo.rb require bundler/inline gemfile(true) do source https://rubygems.org gem ...
  • yahonda
  • 1
  • Opened 
    on Apr 10, 2024
  • #561

ActionView 7.0.7 now expects the rendered object to respond to to_str for caching. See https://github.com/rails/rails/pull/48645 / https://github.com/rails/rails/pull/48645/files#diff-3ab26da9762a8bb0310c1e11a230ce1d82d95868ed0c28f6b795b5f3e2b61f3eR99 ...
  • morgangrubb
  • 2
  • Opened 
    on Aug 17, 2023
  • #551

Hi Can someone provide a sample Ruby script showing how to use JBuilder outside of Rails or more precisely how to use it in a single Ruby script ? Thanks Dave
  • dekhaus
  • 1
  • Opened 
    on Jun 6, 2023
  • #549

File Structure: config/initializers/jbuilder.rb Jbuilder.ignore_nil Jbuilder.key_format camelize: :lower Jbuilder.deep_format_keys config/routes.rb namespace api , defaults: { format: :json } do ...
  • shetty-tejas
  • Opened 
    on May 5, 2023
  • #548
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub