Sha256: c4b9bb948a5856ce58ce3c8a83ab792ef20ea217cd0e6755659840863fcc4036

Contents?: true

Size: 653 Bytes

Versions: 18

Compression:

Stored size: 653 Bytes

Contents

<h1>Rails DB - Dummy App</h1>

<p><%= link_to 'Rails DB Console ->', '/rails/db' %></p>

<h2>Data Table</h2>

<h3>Table</h3>

<%= rails_db_data_table 'accounts', footer: false,
                                    columns: ['id', 'name', 'users_count'],
                                    header: true,
                                    limit: 10,
                                    order_by: :users_count,
                                    order: :desc %>

<h3>SQL</h3>

<%= rails_db_data_table_sql 'select id, name, age from users order by age desc limit 10',
                            footer: false,
                            header: true %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
rails_db-1.4.0 test/dummy/app/views/home/index.html.erb
rails_db-1.3.4 test/dummy/app/views/home/index.html.erb
rails_db-1.3.3 test/dummy/app/views/home/index.html.erb
rails_db-1.3.2 test/dummy/app/views/home/index.html.erb
rails_db-1.3.1 test/dummy/app/views/home/index.html.erb
rails_db-1.3 test/dummy/app/views/home/index.html.erb
rails_db-1.1.1 test/dummy/app/views/home/index.html.erb
rails_db-1.1 test/dummy/app/views/home/index.html.erb
rails_db-1.0 test/dummy/app/views/home/index.html.erb
rails_db-0.9.9 test/dummy/app/views/home/index.html.erb
rails_db-0.9 test/dummy/app/views/home/index.html.erb
rails_db-0.8 test/dummy/app/views/home/index.html.erb
rails_db-0.7.2 test/dummy/app/views/home/index.html.erb
rails_db-0.7.1 test/dummy/app/views/home/index.html.erb
rails_db-0.7 test/dummy/app/views/home/index.html.erb
rails_db-0.6 test/dummy/app/views/home/index.html.erb
rails_db-0.5.1 test/dummy/app/views/home/index.html.erb
rails_db-0.5 test/dummy/app/views/home/index.html.erb