Commit Graph

159 Commits

Author SHA1 Message Date
Josh Crowder
f3073773a3 Adding LESS to rake notes 2013-08-15 11:30:01 +01:00
Prathamesh Sonpatki
53c5794a4b Generate namespaced routes correctly for generators. Fix for #11532 2013-08-14 08:53:38 +05:30
Rafael Mendonça França
d86ccec097 Use the right instrumentation name
The pattern is event.component

Closes #11769

Conflicts:
	railties/CHANGELOG.md
2013-08-05 18:20:22 -03:00
Rafael Mendonça França
3a7e321246 Add CHANGELOG entry for #11665
[ci skip]
2013-08-04 11:38:14 -03:00
Carlos Antonio da Silva
4cf805a6d9 Move changelog entry to the top [ci skip] 2013-07-29 08:03:41 -03:00
Pawel Janiak
f18aecfe7b Changed stylesheet load order in the stylesheet manifest generator. 2013-07-28 15:05:17 +02:00
Josef Šimánek
5ecd125a62 Added generated unit test for generator generator and new test:generators rake task included in test:all rake task. 2013-07-16 09:38:13 +02:00
Josef Šimánek
8e1656e76f Remove update:application_controller rake task. 2013-07-13 14:44:06 +02:00
Paul Nikitochkin
9cac69c602 #11381: Ignore config.eager_load=true for rake
Closes #11381
2013-07-10 21:43:15 +03:00
Yuri Artemev
dd996ad394 handle notes in *.sass files 2013-07-08 19:13:01 +04:00
Arun Agrawal
4a2a504f40 Removed deprecated Rails.application.railties.engines. 2013-07-04 19:56:23 +02:00
Arun Agrawal
7e897d469f Added missing CHANGELOG from PR #11279 [ci skip] 2013-07-03 22:10:31 +02:00
Vipul A M
822d995627 Remove deprecated ActiveRecord::Generators::ActiveModel#update_attributes in
favor of `ActiveRecord::Generators::ActiveModel#update`
2013-07-03 22:33:57 +05:30
Vipul A M
d50483b048 Remove deprecated config.whiny_nils 2013-07-02 09:25:08 +05:30
schneems
ec8d8652f3 s/plugin_new/plugin
There are historical reasons that the `plugin` command was `plugin_new`, now those are no longer applicable, we should remove the naming edge case from the project. This PR is based off of comments from #11176

ATP Railties
2013-06-30 22:03:39 -04:00
schneems
6ce18ba7dc Fix rails plugin --help
Right now if you run the `rails plugin --help` command it fails because rails expects a command in `railties/lib/rails/commands/plugin.rb` that does not exist because the file is named `plugin_new`. This is the error:

```
ruby-2.0.0-p0  ~/documents/projects/tmp/vanilla (master)
$ rails plugin --help
/Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require': cannot load such file -- rails/commands/plugin (LoadError)
	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `block in require'
	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency'
	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require'
	from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/commands.rb:49:in `<top (required)>'
	from bin/rails:4:in `require'
	from bin/rails:4:in `<main>'
```
2013-06-29 14:34:46 +03:00
Nikita Fedyashev
e68183cccb Omit turbolinks configuration completely on skip_javascript generator option 2013-06-28 18:53:32 +06:00
Carlos Antonio da Silva
f5df6e5a6d Review railties changelog [ci skip] 2013-06-26 20:17:58 -03:00
wangjohn
3e5dbda5bb Removing deprecated rake tasks.
The `rake test:recent` and `rake test:uncommitted` tasks were
deprecated and are now being removed.
2013-06-24 09:35:15 -04:00
Sıtkı Bağdat
f0e4254bfa Use Colspan in th Tags
Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it?

Change repetitive th tags to use colspan attribute

Update CHANGELOG.md

Update CHANGELOG.md
2013-06-17 19:59:02 +03:00
Xavier Noria
7d40aa4ddb registers recent patch in the railties CHANGELOG 2013-06-06 23:16:04 +02:00
Prathamesh Sonpatki
f8a3dda6ce Fxied some typos 2013-05-18 19:23:30 +05:30
Rafael Mendonça França
d093f8437a Review the CHANGELOG entry [ci skip] 2013-05-04 10:53:53 -03:00
Arun Agrawal
f1805a6978 Fixes Scaffold generator with --assets=false
Scaffold generator with --assets=false option 
outputs an error

See #9525
2013-05-04 15:48:44 +02:00
wangjohn
81b7416afa Removing Railtie::Configurable from the base Railtie object and making
Railtie itself abstract. This stops the weird behavior of forcing
subclasses of Railtie to include the Configurable module.
2013-04-29 13:06:29 -04:00
Rafael Mendonça França
feb44b9213 rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00
Yves Senn
c245437de7 use unified and clean formatting in CHANGELOGS. [ci skip] 2013-04-12 15:52:43 +02:00
Aaron Patterson
c7a148f389 removing rails test, updating docs to show how to use rake test 2013-04-05 15:44:41 -07:00
Steve Klabnik
fc11375584 CHANGELOG entry for rails.png removal. 2013-04-02 17:37:37 -07:00
Rafael Mendonça França
3073c3d3ae ✂️
[ci skip]
2013-04-01 16:56:20 -03:00
Rafael Mendonça França
38bda383ee Remove CHANGELOG entry for #10002
[ci skip]
2013-04-01 16:34:30 -03:00
Rafael Mendonça França
ec55f37027 Merge pull request #9991 from Passionate/patch-1
improve readability
2013-03-30 10:03:24 -07:00
Xavier Noria
2cc934a03d registers the new doc:rails behaviour in the changelog 2013-03-30 00:10:52 +01:00
Paritosh Piplewar
737f618f38 improve readability 2013-03-29 05:29:08 +05:30
Gabe Kopley
940da7d9cb Put coffee-rails in top-level of generated Gemfile
v3 of pull request based on additional feedback from @jeremy
2013-03-24 22:31:48 -07:00
Charlie Somerville
8f05fee1ff add changelog entry 2013-03-24 12:43:31 +11:00
Kevin Glowacz
2e5f49dcbf Don't generate a scaffold.css if no-assets 2013-03-20 15:24:45 -05:00
Steve Klabnik
1a9055073d Revert "make new rails apps log to STDOUT"
This reverts commit b7d9d6e2cd5082d269dafbc0316e2107febe1451.

Per discussion with @jeremy and @rubys on Campfire.
2013-03-15 10:38:00 -07:00
Terence Lee
b7d9d6e2cd make new rails apps log to STDOUT 2013-03-15 10:05:10 -07:00
Sam Ruby
3008994d1e Add support for generate scaffold password:digest
* adds password_digest attribute to the migration
* adds has_secure_password to the model
* adds password and password_confirmation password_fields to _form.html
* omits password entirely from index.html and show.html
* adds password and password_confirmation to the controller
* adds unencrypted password and password_confirmation to the controller test
* adds encrypted password_digest to the fixture
2013-03-13 16:06:33 -04:00
Carlos Antonio da Silva
cd9f7508df Move some railties changelog entries to the top [ci skip] 2013-03-13 14:03:14 -03:00
Dalibor Nasevic
df85dfa6fa Improve wording for rails test command 2013-03-09 16:03:55 -05:00
Prem Sichanugrist
1a0c58b298 Load fixtures only when running suites, or -f
* `rails test -f` will run the test suites with all fixtures loaded
* New application will now generated without `fixtures :all` line
  enabled by default.
2013-03-09 16:03:55 -05:00
Prem Sichanugrist and Chris Toomey
b4df25366a Add rails test command to run the test suite
To run the whole test suite:

    $ rails test

To run the test file(s):

    $ rails test test/unit/foo_test.rb [test/unit/bar_test.rb ...]

To run the test suite

    $ rails test [models,helpers,units,controllers,mailers,...]

For more information, see `rails test --help`.

This command will eventually replacing `rake test:*`, and `rake test`
command will actually invoking `rails test` instead.
2013-03-09 16:03:54 -05:00
Yves Senn
a58e660837 Use "Fixes" in place of "Fix" in changelogs for consistency [ci skip]. 2013-03-09 20:57:17 +01:00
Stanislav
40f1642b67 New beauty pages(404, 422, 500)
moving changelog note to unreleased section

New beauty pages(404, 422, 500)
2013-03-02 00:24:54 +06:00
Rafael Mendonça França
0f75e2c51f Update CHANGELOGS 2013-02-26 13:45:57 -03:00
David Heinemeier Hansson
c0bc9ce38c Preparing for 4.0.0.beta1 release 2013-02-25 08:31:50 -06:00
Hendy Tanata
82e345dd7a Improve rake stats for JavaScript and CoffeeScript.
Ignore block comments and calculates number of functions.
2013-02-25 21:08:11 +08:00
Prem Sichanugrist
2da5ea1c9f Remove --builder option from rails command
Ability to use a custom builder by passing `--builder` (or `-b`) has
been removed. Consider using application template instead. See this
guide for more detail:
http://guides.rubyonrails.org/rails_application_templates.html
2013-02-24 14:31:08 -05:00